Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f14a53d1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f14a53d1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f14a53d1 Branch: refs/heads/trunk Commit: f14a53d19255590ec8f15148bc3991cffe291554 Parents: ff98fe3 Author: Tomaz Muraus <[email protected]> Authored: Tue Nov 12 21:40:41 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Tue Nov 12 21:40:41 2013 +0100 ---------------------------------------------------------------------- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f14a53d1/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 0e8a046..4d26d40 100644 --- a/CHANGES +++ b/CHANGES @@ -70,6 +70,15 @@ Changes with Apache Libcloud in development metadata dictionary from the Node object. (LIBCLOUD-395) [Ivan Kusalic] + - Multiple improvements in the Softlayer driver: + - Map "INITIATING" node state to NodeState.PENDING + - If node is launching remap "halted" state to "pending" + - Add more node sizes + - Add ex_stop_node and ex_start_node method + - Update tests response fixtures + (LIBCLOUD-416) + [Markos Gogoulos] + *) Storage - Add a new driver for KT UCloud based on the OpenStack Swift driver.
