Linode driver does not return a node after create
-------------------------------------------------
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
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