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 2013/11/05 20:05:25 UTC

[7/7] git commit: Update CHANGES.

Update CHANGES.


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

Branch: refs/heads/trunk
Commit: ff6acd16bd86bc8f9169fab4ac728011c76362bc
Parents: 6f38393
Author: Tomaz Muraus <to...@apache.org>
Authored: Tue Nov 5 19:00:47 2013 +0000
Committer: Tomaz Muraus <to...@apache.org>
Committed: Tue Nov 5 19:01:44 2013 +0000

----------------------------------------------------------------------
 CHANGES | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/ff6acd16/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index bc8bbf9..0e8a046 100644
--- a/CHANGES
+++ b/CHANGES
@@ -59,6 +59,17 @@ Changes with Apache Libcloud in development
     auth_url variable and the path provided in the url is also used.
     [DaeMyung Kang, Tomaz Muraus]
 
+  - Allow user to associate arbitrary key/value pairs with a node by passing
+    "ex_metadata" argument (dictionary) to create_node method in the EC2
+    driver.
+    Those values are associated with a node using tags functionality.
+    (LIBCLOUD-395)
+    [Ivan Kusalic]
+
+   - Add "ex_get_metadata" method to EC2 and OpenStack driver. This method reads
+     metadata dictionary from the Node object. (LIBCLOUD-395)
+    [Ivan Kusalic]
+
  *) Storage
 
   - Add a new driver for KT UCloud based on the OpenStack Swift driver.