You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/12/27 08:40:19 UTC

[4/4] libcloud git commit: change for #954

change for #954


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

Branch: refs/heads/trunk
Commit: 774ffde904e128cbadc4a1bc026e4c8736a92698
Parents: 631070e
Author: Anthony Shaw <an...@apache.org>
Authored: Tue Dec 27 19:40:11 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Tue Dec 27 19:40:11 2016 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/774ffde9/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index ae56981..4ffdc0e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -15,6 +15,10 @@ Common
 Compute
 ~~~~~~~
 
+- [gce] Allow multiple preemptible instances to be created
+  [GITHUB-954]
+  (John Baublitz)
+
 - [openstack] Add new Connection class to support VOMS proxys to keystone servers
   [GITHUB-959]
   (micafer)