GitHub user mgogoulos opened a pull request:
https://github.com/apache/libcloud/pull/463
fixes create node for Host Virtual plus small enhancements
* return an empty list on list_nodes in case no servers are found, instead
of an Exception
* pass args explicitly in create_node rather than using kwargs
* fix URL for build server, new url is /cloud/server/build/stub_node_id
rather than /cloud/server/build that does not work currently
* adds a complete example in create_node for node creation with ssh key
deployed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mgogoulos/libcloud hostvirtual_create_node
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/463.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #463
----
commit a89151f98b278fa6bfaa3d2e9dd27a49d9d79d5a
Author: Markos Gogoulos <[email protected]>
Date: 2015-02-17T15:10:51Z
fixes create node for Host Virtual plus small enhancements
return an empty list on list_nodes in case no servers are found, instead of
an Exception
pass args explicitly in create_node rather than using kwargs
fix URL for build server, new url is /cloud/server/build/stub_node_id
rather than /cloud/server/build that does not work currently
adds a complete example in create_node for node creation with ssh key
deployed
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---