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/12/20 22:22:54 UTC

[libcloud] 05/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 eea7c32ba79106ddd98d0010327afe02a44de37f
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Dec 20 23:20:27 2019 +0100

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

diff --git a/CHANGES.rst b/CHANGES.rst
index 838e826..756e70b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -61,6 +61,14 @@ Compute
   (GITHUB-1389)
   [Tomaz Muraus]
 
+- [GCE] Update ``deploy_node()`` method so it complies with the base compute
+  API and accepts ``deploy`` argument.
+
+  This method now also takes all the same keyword arguments which original
+  ``create_node()`` takes.
+  (GITHUB-1387)
+  [Peter Yu - @yukw777, Tomaz Muraus]
+
 Storage
 -------