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 2019/10/12 19:48:30 UTC

[libcloud] 05/05: 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 81e83080244ee9ad6a1cc8f95b651f61d21ff223
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Oct 12 21:42:55 2019 +0200

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

diff --git a/CHANGES.rst b/CHANGES.rst
index 32e127d..682e45a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,6 +14,13 @@ Compute
   ``GCEproject.set_usage_export_bucket`` method. (GITHUB-1354)
   [Aitor Zabala - @aitorzabala, Tomaz Muraus - @Kami]
 
+- [GCE] Add ``sync`` / ``ex_sync`` argument to the ``ex_stop_node``,
+  ``ex_start_node`` and ``destroy_node`` method. When this argument is set to
+  ``False``, method will return immediately without waiting polling and waiting
+  for a long running API operation to finish before returning. For backward
+  compatibility reasons, it defaults to ``True``. (GITHUB-1357)
+  [Rob Zimmerman - zimventures]
+
 Storage
 ~~~~~~~