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/10/24 11:05:05 UTC

[7/8] libcloud git commit: changes for #902, #909

changes for #902, #909


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

Branch: refs/heads/trunk
Commit: 7ed5858d7b91d9b08385230b61181b66418bb99f
Parents: 50cba63
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Oct 24 12:04:13 2016 +0100
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Oct 24 12:04:13 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/7ed5858d/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 17f42d6..6857592 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,15 @@ Changes in current version of Apache Libcloud
 Compute
 ~~~~~~~
 
+- [dimension data] Refactor create_node for MCP2 to support CaaS API 2.3 feature.
+  Can now specify Network Adapter Name for primary and additional NIC. Parameters in create_node function is tailored for MCP2.
+  (GITHUB-902)
+  [Samuel Chong]
+
+- Volume snapshot operations, i.e. creating, listing and deleting volume snapshots, for the Digital Ocean driver.
+  (LIBCLOUD-861, GITHUB-909)
+  [Fahri Cihan Demirci]
+
 - Added snapshot management to OVH compute
   (GITHUB-897)
   [Anthony Monthe]