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 2015/02/17 16:04:27 UTC

[2/3] libcloud git commit: Update changelog - move entries to the right section.

Update changelog - move entries to the right section.


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

Branch: refs/heads/trunk
Commit: a4d7e0041fdf463dfdfc4a9a0a03d4792742bb1f
Parents: 014c0c5
Author: Tomaz Muraus <to...@apache.org>
Authored: Tue Feb 17 15:59:30 2015 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Tue Feb 17 15:59:49 2015 +0100

----------------------------------------------------------------------
 CHANGES.rst | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a4d7e004/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 7910c7b..b2be624 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,25 @@
 Changelog
 =========
 
+Changes with Apache Libcloud in development
+-------------------------------------------
+
+Compute
+~~~~~~~
+
+- Improve GCE create_node, make sure ex_get_disktype function
+  (GITHUB-448)
+  [Markos Gogoulos]
+
+- GCE driver fix to handle unknown image projects
+  (GITHUB-447)
+  [Markos Gogoulos]
+
+- Allow user to pass ``ex_blockdevicemappings`` argument to the create_node
+  method in the OpenStack driver.
+  (GITHUB-398, LIBCLOUD-637)
+  [Allard Hoeve]
+
 Changes with Apache Libcloud 0.17.0
 -----------------------------------
 
@@ -16,14 +35,6 @@ General
 Compute
 ~~~~~~~
 
-- Improve GCE create_node, make sure ex_get_disktype function
-  (GITHUB-448)
-  [Markos Gogoulos]
-
-- GCE driver fix to handle unknown image projects
-  (GITHUB-447)
-  [Markos Gogoulos]
-
 - GCE driver updated to include ex_stop_node() and ex_start_node() methods.
   (GITHUB-442)
   [Eric Johnson]