Amir Pakdel created LIBCLOUD-393:
------------------------------------
Summary: 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