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 4107267 Only pass "auth" argument to "create_node()" if that argument
is passed to "deploy_node()" method.
new c8ae283 Add type annotations for more methods on the NodeDriver class.
new d23db72 For easier debugging and troubleshooting add __repr__ and
__str__ to ScriptDeployment class.
new b8ea9fe Update example to also print out the output of the deployment
script.
new 33da923 Fix formatting.
new b5ebd83 Add a note on paramiko logger opening log file in append mode
which won't work in all the distros.
new 388ae32 Add changelog entry.
new 6d922eb Improve __repr__ if script didn't run yet.
new e0a762f Fix lint.
new dc494b5 Add some docs on how to access the output of a deployment
step.
The 9 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 | 4 ++++
docs/compute/deployment.rst | 20 ++++++++++++++++-
docs/examples/compute/gce/deploy_node.py | 31 ++++++++++++++++----------
docs/troubleshooting.rst | 9 ++++++++
libcloud/compute/base.py | 38 +++++++++++++++++++++++++-------
libcloud/compute/deployment.py | 17 ++++++++++++++
6 files changed, 98 insertions(+), 21 deletions(-)