Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/67b7b281 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/67b7b281 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/67b7b281 Branch: refs/heads/trunk Commit: 67b7b281d4831643d413813d591acd4d6c4867f9 Parents: 95b5de4 Author: Tomaz Muraus <[email protected]> Authored: Fri Feb 7 13:14:44 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Feb 7 13:14:44 2014 +0100 ---------------------------------------------------------------------- CHANGES.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/67b7b281/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index da1f551..c906f54 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,18 @@ Changelog ========= -Changes with Apache 0.14.1 --------------------------- +Changes with Apache Libcloud in development +------------------------------------------- + +- Map "Stopped" node state in the CloudStack driver to NodeState.STOPPED + instead of NodeState.TERMINATED, "Stopping" to NodeState.PENDING instead of + NodeState.TERMINATED and "Expunging" to NodeState.PENDING instead of + NodeState.TERMINATED. + (GITHUB-246) + [Chris DeRamus, Tomaz Muraus] + +Changes with Apache Libcloud 0.14.1 +----------------------------------- Compute ~~~~~~~
