This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.
from 7d95ff6 Merge pull request #1389 from Kami/deploy_node_workaround
add ea0502a GCENodeDriver's deploy_node() now accepts Deployments as well
as all the parameters accepted by create_node()
new 218baa2 Merge branch 'gce-deploy-node-fix' of
https://github.com/yukw777/libcloud into yukw777-gce-deploy-node-fix
new ec8157a Declare that GCE driver supports SSH key based deployment
functionality.
new e4d2dae Add example on how to use deploy_node() with GCE driver.
new b49ed7e Clarify the need to install an SSH key.
new eea7c32 Add changelog entry.
new 619645e Add a comment.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.rst | 8 +++++
docs/compute/drivers/gce.rst | 5 +++
docs/examples/compute/gce/deploy_node.py | 62 ++++++++++++++++++++++++++++++++
libcloud/compute/drivers/gce.py | 62 ++++----------------------------
4 files changed, 81 insertions(+), 56 deletions(-)
create mode 100644 docs/examples/compute/gce/deploy_node.py