From notifications-return-14998-apmail-libcloud-notifications-archive=libcloud.apache.org@libcloud.apache.org Tue Dec 4 08:54:17 2018 Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B11C6185F2 for ; Tue, 4 Dec 2018 08:54:17 +0000 (UTC) Received: (qmail 63418 invoked by uid 500); 4 Dec 2018 08:54:17 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 63340 invoked by uid 500); 4 Dec 2018 08:54:17 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 63119 invoked by uid 500); 4 Dec 2018 08:54:17 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 63062 invoked by uid 99); 4 Dec 2018 08:54:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2018 08:54:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 99CCAE13F1; Tue, 4 Dec 2018 08:54:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vdloo@apache.org To: commits@libcloud.apache.org Date: Tue, 04 Dec 2018 08:54:34 -0000 Message-Id: <57b4c7bd33b44b7fa7a24eed4236bd29@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [19/23] libcloud git commit: Improve comment 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 Authored: Wed Nov 28 16:37:19 2018 +0100 Committer: Rick van de Loo 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