You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by jo...@apache.org on 2013/08/29 16:56:11 UTC

git commit: CloudStack does not support ssh_key feature, so remove feature flag

Updated Branches:
  refs/heads/trunk b6fa496d7 -> 508dfb479


CloudStack does not support ssh_key feature, so remove feature flag


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

Branch: refs/heads/trunk
Commit: 508dfb4791e5f3f49214567725d56b367075effc
Parents: b6fa496
Author: John Carr <jo...@apache.org>
Authored: Thu Aug 29 15:55:08 2013 +0100
Committer: John Carr <jo...@apache.org>
Committed: Thu Aug 29 15:55:08 2013 +0100

----------------------------------------------------------------------
 libcloud/compute/drivers/cloudstack.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/508dfb47/libcloud/compute/drivers/cloudstack.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/cloudstack.py b/libcloud/compute/drivers/cloudstack.py
index 8306dfe..7abe4b3 100644
--- a/libcloud/compute/drivers/cloudstack.py
+++ b/libcloud/compute/drivers/cloudstack.py
@@ -158,7 +158,7 @@ class CloudStackNodeDriver(CloudStackDriverMixIn, NodeDriver):
     website = 'http://cloudstack.org/'
     type = Provider.CLOUDSTACK
 
-    features = {"create_node": ["ssh_key", "generates_password"]}
+    features = {"create_node": ["generates_password", ]}
 
     NODE_STATE_MAP = {
         'Running': NodeState.RUNNING,