You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/08/04 18:34:22 UTC

[libcloud] 01/06: Add changelog entry.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 7d297653c596ee2220661424d53af3d720037fe8
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Aug 4 14:37:41 2020 +0200

    Add changelog entry.
---
 CHANGES.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 71cc7a3..735f6a3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -59,6 +59,15 @@ Compute
   (GITHUB-1470)
   [Eis D. Zaster - @Eis-D-Z]
 
+- Update ``deploy_node()`` method to try to re-connect to the server if we
+  receive "SSH connection not active" error when trying to run a deployment
+  step.
+
+  In some scenarios, connection may get closed by the server for whatever
+  reason before finishing all the deployment steps and in this case only
+  re-connecting would help and result in a successful outcome.
+  [Tomaz Muraus - @Kami]
+
 Changes in Apache Libcloud 3.1.0
 --------------------------------