Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/91c6281d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/91c6281d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/91c6281d Branch: refs/heads/trunk Commit: 91c6281dbf19d2e0ac5d44662b00cac227753e18 Parents: 7d1d1cf Author: Tomaz Muraus <[email protected]> Authored: Sun Feb 9 21:34:20 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Feb 9 21:34:20 2014 +0100 ---------------------------------------------------------------------- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/91c6281d/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index c906f54..8430287 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog Changes with Apache Libcloud in development ------------------------------------------- +Compute +~~~~~~~ + - 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 @@ -11,6 +14,10 @@ Changes with Apache Libcloud in development (GITHUB-246) [Chris DeRamus, Tomaz Muraus] +- Add ex_create_tags and ex_delete_tags method to the CloudStack driver. + (LIBCLOUD-514, GITHUB-248) + [Chris DeRamus] + Changes with Apache Libcloud 0.14.1 -----------------------------------
