Update comment
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/830a0f83 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/830a0f83 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/830a0f83 Branch: refs/heads/trunk Commit: 830a0f83742b40226790f021cd15b8e19893b75f Parents: 119cfa8 Author: micafer <[email protected]> Authored: Tue Sep 25 16:54:01 2018 +0200 Committer: Rick van de Loo <[email protected]> Committed: Tue Dec 4 09:45:48 2018 +0100 ---------------------------------------------------------------------- libcloud/compute/drivers/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/830a0f83/libcloud/compute/drivers/openstack.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/openstack.py b/libcloud/compute/drivers/openstack.py index ebcefc2..7e78d42 100644 --- a/libcloud/compute/drivers/openstack.py +++ b/libcloud/compute/drivers/openstack.py @@ -3273,7 +3273,7 @@ class OpenStack_2_NodeDriver(OpenStack_1_1_NodeDriver): """ List available floating IP pools - :rtype: ``list`` of :class:`OpenStack_1_1_FloatingIpPool` + :rtype: ``list`` of :class:`OpenStack_2_FloatingIpPool` """ return self._to_floating_ip_pools( self.network_connection.request('/v2.0/networks?router:external'
