Repository: libcloud
Updated Branches:
  refs/heads/trunk 4faa332c7 -> 30f0ec54a


fix spelling in OpenStack ex_files description

"on the no  de" should be "on the node".

Closes #1197

Signed-off-by: Quentin Pradet <quent...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/30f0ec54
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/30f0ec54
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/30f0ec54

Branch: refs/heads/trunk
Commit: 30f0ec54aa6f3393299162ce9cd089d0cb215c00
Parents: 4faa332
Author: Ken Dreyer <ktdre...@ktdreyer.com>
Authored: Fri Apr 6 14:43:03 2018 -0600
Committer: Quentin Pradet <quent...@apache.org>
Committed: Sun Apr 8 20:59:05 2018 +0400

----------------------------------------------------------------------
 CHANGES.rst                           | 3 +++
 libcloud/compute/drivers/openstack.py | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/30f0ec54/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 0bc1277..536ee71 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -45,6 +45,9 @@ Compute
 - [OpenStack] Implement Glance Image API v2 (GITHUB-1151)
   [Rick van de Loo]
 
+- [OpenStack] Fix spelling in ex_files description (GITHUB-1197)
+  [Ken Dreyer]
+
 - [OpenStack v2] Allow listing image members (GITHUB-1172)
   [Rick van de Loo]
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/30f0ec54/libcloud/compute/drivers/openstack.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/openstack.py 
b/libcloud/compute/drivers/openstack.py
index ea38fad..7d824a4 100644
--- a/libcloud/compute/drivers/openstack.py
+++ b/libcloud/compute/drivers/openstack.py
@@ -1239,7 +1239,7 @@ class OpenStack_1_1_NodeDriver(OpenStackNodeDriver):
         :type       ex_metadata: ``dict``
 
         :keyword    ex_files:   File Path => File contents to create on
-                                the no  de
+                                the node
         :type       ex_files:   ``dict``
 
 
@@ -1455,7 +1455,7 @@ class OpenStack_1_1_NodeDriver(OpenStackNodeDriver):
         :type       ex_metadata: ``dict``
 
         :keyword    ex_files:   File Path => File contents to create on
-                                the no  de
+                                the node
         :type       ex_files:   ``dict``
 
         :keyword    ex_keyname:  Name of existing public key to inject into

Reply via email to