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/10/24 10:52:06 UTC

[2/5] libcloud git commit: Remove unnecessary comment

Remove unnecessary comment


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

Branch: refs/heads/trunk
Commit: 278c6355623f664ccf9ae9c9bd9b64a1df716753
Parents: 95d1001
Author: Samuel Chong <sa...@gmail.com>
Authored: Tue Oct 11 12:00:46 2016 +1100
Committer: Samuel Chong <sa...@gmail.com>
Committed: Tue Oct 11 12:00:46 2016 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/278c6355/libcloud/compute/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/dimensiondata.py b/libcloud/compute/drivers/dimensiondata.py
index 8d19022..c0e1589 100644
--- a/libcloud/compute/drivers/dimensiondata.py
+++ b/libcloud/compute/drivers/dimensiondata.py
@@ -316,8 +316,7 @@ class DimensionDataNodeDriver(NodeDriver):
         >>> # Get dimension data driver
         >>> libcloud.security.VERIFY_SSL_CERT = True
         >>> cls = get_driver(Provider.DIMENSIONDATA)
-        >>> driver = cls('schong_platcaas', 'T3stst@r!', region='dd-au')
-        >>> # driver = cls('myusername','mypassword', region='dd-au')
+        >>> driver = cls('myusername','mypassword', region='dd-au')
         >>>
         >>> # Password
         >>> root_pw = NodeAuthPassword('password123')