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/07/02 16:48:33 UTC

[libcloud] branch trunk updated: Add changelog entry for #1286.

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 780d859  Add changelog entry for #1286.
780d859 is described below

commit 780d8598e971c84f0b5206584027087eeb9984ec
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Jul 2 18:48:21 2019 +0200

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

diff --git a/CHANGES.rst b/CHANGES.rst
index 96c7339..979d2e8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -46,6 +46,13 @@ Compute
   (GITHUB-1300)
   [Palash Gandhi - @palashgandhi]
 
+- [GCE] Add new ``ex_instancegroupmanager_set_autohealingpolicies`` method to
+  the GCE driver.
+
+  This method allows user to set the auto healing policies (health check to
+  use and initial delay) on GCE instance group. (GITHUB-1286)
+  [Kenta Morris - @kentamorris]
+
 Storage
 ~~~~~~~