adding my change Closes #590
Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8b7e912b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8b7e912b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8b7e912b Branch: refs/heads/trunk Commit: 8b7e912bf47cbb8c3e8188780d2c2b9474e55dc7 Parents: 1de64d2 Author: Kyle Long <[email protected]> Authored: Wed Sep 30 12:16:32 2015 -0500 Committer: Tomaz Muraus <[email protected]> Committed: Fri Oct 2 20:56:53 2015 +0200 ---------------------------------------------------------------------- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8b7e912b/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 50beb38..a506003 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -31,6 +31,9 @@ General Compute ~~~~~~~ +- Added ``ex_assign_public_ip`` to ``create_node`` in ec2 driver + [Kyle Long] + - Allow user to filter VPC by project in the CloudStack driver by passing ``project`` argument to the ``ex_list_vps`` method. (GITHUB-516)
