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 2017/06/22 03:14:18 UTC

[3/3] libcloud git commit: changes for #1075

changes for #1075


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

Branch: refs/heads/trunk
Commit: a6d11ab7511788c27ce8ba712baf2531f87b15dc
Parents: f30c0fc
Author: Anthony Shaw <an...@apache.org>
Authored: Thu Jun 22 13:14:10 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Thu Jun 22 13:14:10 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a6d11ab7/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index da18a55..7954dfc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,6 +26,11 @@ Common
 Compute
 ~~~~~~~
 
+- [EC2] Fix node's Block Device Mapping was parsed from incorrect mapping.
+  EbsInstanceBlockDevice is different from EbsBlockDevice.
+  [GITHUB-1075]
+  (Gennadiy Stas)
+
 - [GANDI] Fixes the location name in image and instance type classes
   [GITHUB-1065]
   (Sayoun)