[
https://issues.apache.org/jira/browse/LIBCLOUD-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761839#comment-13761839
]
Tomaz Muraus commented on LIBCLOUD-393:
---------------------------------------
Hey, which version are you using?
I assume you use some out of date version of trunk, because this functionality
is not available in the latest stable release yet.
In any case, this has already been fixed in trunk
(https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/cloudstack.py#L365-L369)
so updating to latest version of trunk should fix it.
Thanks
> CloudStackNodeDriver.create_node does not find node's keypair or password
> -------------------------------------------------------------------------
>
> Key: LIBCLOUD-393
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-393
> Project: Libcloud
> Issue Type: Bug
> Reporter: Amir Pakdel
>
> Looking for a variable that is set to None, instead of a string. Seems to be
> a simple typo:
> {noformat}
> keypair, password = None, None
> if keypair in node.keys():
> keypair = node['keypair']
> if password in node.keys():
> password = node['password']
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira