You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Jouke Waleson (Updated) (JIRA)" <ji...@apache.org> on 2012/03/27 17:54:28 UTC

[dev] [jira] [Updated] (LIBCLOUD-175) Linode driver returns a list of nodes instead of a single node in create_node

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

Jouke Waleson updated LIBCLOUD-175:
-----------------------------------

    Summary: Linode driver returns a list of nodes instead of a single node in create_node  (was: Linode driver does not return a node after create)
    
> Linode driver returns a list of nodes instead of a single node in create_node
> -----------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-175
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-175
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.8.0
>         Environment: n/a
>            Reporter: Jouke Waleson
>              Labels: patch
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In computer/drivers/linode.py, the return statement for the  line of the create_node method should be:
> <         return self._to_nodes(data)
> ---
> >         return self._to_nodes(data)[0]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira