You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by al...@apache.org on 2015/03/27 11:47:45 UTC

libcloud git commit: Annotate changes to OpenStackNodeSize

Repository: libcloud
Updated Branches:
  refs/heads/trunk 4261d4e82 -> 37c147b7f


Annotate changes to OpenStackNodeSize


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

Branch: refs/heads/trunk
Commit: 37c147b7f22262f56a5dc217fd9910d9945b70c7
Parents: 4261d4e
Author: Allard Hoeve <al...@byte.nl>
Authored: Fri Mar 27 11:47:39 2015 +0100
Committer: Allard Hoeve <al...@byte.nl>
Committed: Fri Mar 27 11:47:39 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/37c147b7/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index a6d032e..0282bc7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -15,6 +15,11 @@ General
 Compute
 ~~~~~~~
 
+- OpenStackNodeSize objects now support optional, additional fields that are 
+  supported in OpenStack 2.1: `ephemeral_disk`, `swap`, `extra`.
+  (GITHUB-488, LIBCLOUD-682)
+  [Greg Hill]
+
 - StorageVolume objects on EC2 and OpenStack now have a key called snapshot_id
   in their extra dicts containing the snapshot ID the volume was based on.
   (GITHUB-479)