You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2018/03/16 15:15:47 UTC

[4/4] libcloud git commit: Add changes for #1162

Add changes for #1162

Closes #1162.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/68ba179d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/68ba179d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/68ba179d

Branch: refs/heads/trunk
Commit: 68ba179d890eb4bfa3ae43efc160d2f6690a3195
Parents: 115caf6
Author: Quentin Pradet <qu...@apache.org>
Authored: Fri Mar 16 19:14:55 2018 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Fri Mar 16 19:14:55 2018 +0400

----------------------------------------------------------------------
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/68ba179d/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 7c0cddc..945780e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,6 +25,10 @@ Compute
 - [GCE] Allow shared VPC in managed instance group creation (GITHUB-1179)
   [Boris Chazalet]
 
+- [GCE] Support disk_size parameter for boot disk when creating instance
+  (LIBCLOUD-973, GITHUB-1162)
+  [Rahul Paigavan]
+
 - [OpenStack] Implement Glance Image API v2 (GITHUB-1151)
   [Rick van de Loo]