Improve comment
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6df2a525 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6df2a525 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6df2a525 Branch: refs/heads/trunk Commit: 6df2a52572b27d7efb1d8ae85220cc8ca46ccf88 Parents: e5a6986 Author: micafer <[email protected]> Authored: Wed Nov 28 16:37:19 2018 +0100 Committer: Rick van de Loo <[email protected]> Committed: Tue Dec 4 09:45:48 2018 +0100 ---------------------------------------------------------------------- libcloud/compute/drivers/openstack.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6df2a525/libcloud/compute/drivers/openstack.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/openstack.py b/libcloud/compute/drivers/openstack.py index 3aebda3..71bef6a 100644 --- a/libcloud/compute/drivers/openstack.py +++ b/libcloud/compute/drivers/openstack.py @@ -2600,10 +2600,9 @@ class OpenStack_2_NodeDriver(OpenStack_1_1_NodeDriver): network_connectionCls = OpenStack_2_NetworkConnection network_connection = None - # Similarly not all node-related operations are exposed through the - # compute API - # See https://developer.openstack.org/api-ref/compute/ - # For example, volume management are made in the cinder service + # Similarly all image operations are noe exposed through the block-storage + # API of the cinde service: + # https://developer.openstack.org/api-ref/block-storage/ volumev2_connectionCls = OpenStack_2_VolumeV2Connection volumev2_connection = None
