You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Amir Pakdel (JIRA)" <ji...@apache.org> on 2013/09/09 15:45:52 UTC

[jira] [Closed] (LIBCLOUD-393) CloudStackNodeDriver.create_node does not find node's keypair or password

     [ https://issues.apache.org/jira/browse/LIBCLOUD-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amir Pakdel closed LIBCLOUD-393.
--------------------------------

    Resolution: Duplicate

It is fixed in LIBCLOUD-391
                
> 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