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 <[email protected]> Authored: Thu Aug 29 15:55:08 2013 +0100 Committer: John Carr <[email protected]> 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,
