Repository: libcloud Updated Branches: refs/heads/trunk f43570b9f -> 152d9786f
Updated CHANGES.rst for #656 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d15614c4 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d15614c4 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d15614c4 Branch: refs/heads/trunk Commit: d15614c4d13921c77e6807334446e534edab176c Parents: f43570b Author: Anthony Shaw <anthony.p.s...@gmail.com> Authored: Wed Dec 9 21:24:44 2015 +1100 Committer: Anthony Shaw <anthony.p.s...@gmail.com> Committed: Wed Dec 9 21:24:44 2015 +1100 ---------------------------------------------------------------------- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/d15614c4/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 0f3c0f7..ed0421e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -30,6 +30,11 @@ General Compute ~~~~~~~ +- Added additional kwargs to the create_node method for Dimension Data driver, allowing the user to specify the RAM and + CPU upfront. Added a ex_reconfigure_node method and ex_list_customer_images as well as updating the API to 2.1. + (LIBCLOUD-783, GITHUB-656) + [Anthony Shaw] + - The EC2 Instance Type updated with correct disk sizes (especially the disk size for the m3 instances), conversion errors between GiB an M[i]B, disk count were the cause. Added instance types - g2.8xlarge and t2.large.