You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/03/15 23:09:31 UTC

[3/3] libcloud git commit: Adding more info on docstring for create_node Closes #723

Adding more info on docstring for create_node
Closes #723


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

Branch: refs/heads/trunk
Commit: 8d012ca19decf4bd751efb8598e25b14161c5b40
Parents: 00f9e5f
Author: Jeffrey Dunham <je...@gmail.com>
Authored: Tue Mar 15 16:51:53 2016 -0400
Committer: anthony-shaw <an...@gmail.com>
Committed: Wed Mar 16 09:09:08 2016 +1100

----------------------------------------------------------------------
 libcloud/compute/drivers/dimensiondata.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/8d012ca1/libcloud/compute/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/dimensiondata.py b/libcloud/compute/drivers/dimensiondata.py
index 7763f51..6762e36 100644
--- a/libcloud/compute/drivers/dimensiondata.py
+++ b/libcloud/compute/drivers/dimensiondata.py
@@ -127,8 +127,9 @@ class DimensionDataNodeDriver(NodeDriver):
         :type       image:  :class:`NodeImage` or ``str``
 
         :keyword    auth:   Initial authentication information for the
-                            node (required)
-        :type       auth:   :class:`NodeAuthPassword` or ``str``
+                            node. (If this is a customer LINUX
+                            image auth will be ignored)
+        :type       auth:   :class:`NodeAuthPassword` or ``str`` or ``None``
 
         :keyword    ex_description:  description for this node (required)
         :type       ex_description:  ``str``