[ 
https://issues.apache.org/jira/browse/LIBCLOUD-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761852#comment-13761852
 ] 

Tomaz Muraus commented on LIBCLOUD-393:
---------------------------------------

[~pakdel] Yep and patch in LIBCLOUD-391 has just been merged into trunk.
                
> 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

Reply via email to