Updated Branches: refs/heads/trunk 662932e8e -> b5d779266
Update CHANGES. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b5d77926 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b5d77926 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b5d77926 Branch: refs/heads/trunk Commit: b5d7792669358dc40797e3d7a9d96673f5671816 Parents: 662932e Author: Tomaz Muraus <[email protected]> Authored: Mon Dec 30 14:40:47 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Mon Dec 30 14:40:47 2013 +0100 ---------------------------------------------------------------------- CHANGES | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b5d77926/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 5854bae..a394d3a 100644 --- a/CHANGES +++ b/CHANGES @@ -146,7 +146,7 @@ Changes with Apache Libcloud in development now it's used as a Tag with a key "Name". (LIBCLOUD-480, GITHUB-214) [Chris DeRamus] - - Store additional attributes (iops, tags, block_device_mapping) in the + - Store additional attributes (iops, tags, block_device_mapping) in the "extra" dictionary of the NodeImage object in the EC2 driver. Also fix ex_image_ids filtering in the list_images method. @@ -179,6 +179,13 @@ Changes with Apache Libcloud in development Previously, only first 100 results were returned. (LIBCLOUD-434) [Chris Clarke] + - Update HostVirtual driver constructor to only take "key" and other valid + arguments. Previously it also took "secret" argument which it silently + ignored. (LIBCLOUD-483) + + Reported by Andrew Udvare. + [Tomaz Muraus] + Changes with Apache Libcloud 0.14.0-beta3 *) General
