Repository: libcloud Updated Branches: refs/heads/trunk bef5399b5 -> 77ce44703
Fix a typo. Spotted by Brian Johnson. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/77ce4470 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/77ce4470 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/77ce4470 Branch: refs/heads/trunk Commit: 77ce4470311e8f8094b8a06f21fded80dc5c57da Parents: bef5399 Author: Tomaz Muraus <[email protected]> Authored: Fri Aug 22 18:13:47 2014 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri Aug 22 18:13:47 2014 +0200 ---------------------------------------------------------------------- libcloud/compute/drivers/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/77ce4470/libcloud/compute/drivers/openstack.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/openstack.py b/libcloud/compute/drivers/openstack.py index af306e0..c836109 100644 --- a/libcloud/compute/drivers/openstack.py +++ b/libcloud/compute/drivers/openstack.py @@ -1168,7 +1168,7 @@ class OpenStack_1_1_NodeDriver(OpenStackNodeDriver): :keyword networks: The server is launched into a set of Networks. - :type networks: :class:`OpenStackNetwork` + :type networks: ``list`` of :class:`OpenStackNetwork` :keyword ex_disk_config: Name of the disk configuration. Can be either ``AUTO`` or ``MANUAL``.
