This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9473a59  typo cinde -> cinder
     new 0f00370  Merge pull request #1361 from 
vdloo/fix-typo-drivers-openstack-volumev2-comment
9473a59 is described below

commit 9473a598c7f740001c98349baa11cedc0821c959
Author: Rick van de Loo <[email protected]>
AuthorDate: Wed Oct 30 11:17:39 2019 +0100

    typo cinde -> cinder
    
    introduced in 
https://github.com/apache/libcloud/commit/6df2a52572b27d7efb1d8ae85220cc8ca46ccf88
---
 libcloud/compute/drivers/openstack.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/compute/drivers/openstack.py 
b/libcloud/compute/drivers/openstack.py
index 6be9157..70a4c15 100644
--- a/libcloud/compute/drivers/openstack.py
+++ b/libcloud/compute/drivers/openstack.py
@@ -2684,7 +2684,7 @@ class OpenStack_2_NodeDriver(OpenStack_1_1_NodeDriver):
     network_connection = None
 
     # Similarly all image operations are noe exposed through the block-storage
-    # API of the cinde service:
+    # API of the cinder service:
     # https://developer.openstack.org/api-ref/block-storage/
     volumev2_connectionCls = OpenStack_2_VolumeV2Connection
     volumev2_connection = None

Reply via email to