You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/03/22 10:58:36 UTC

libcloud git commit: update changes for #725

Repository: libcloud
Updated Branches:
  refs/heads/trunk ac4a8c1b0 -> fec8af6a4


update changes for #725


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fec8af6a
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fec8af6a
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fec8af6a

Branch: refs/heads/trunk
Commit: fec8af6a4d43ef45eafa3631fb1a91ff33a6440e
Parents: ac4a8c1
Author: anthony-shaw <an...@gmail.com>
Authored: Tue Mar 22 20:58:23 2016 +1100
Committer: anthony-shaw <an...@gmail.com>
Committed: Tue Mar 22 20:58:23 2016 +1100

----------------------------------------------------------------------
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/fec8af6a/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index c79163d..32b9c81 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -32,6 +32,10 @@ General
 Compute
 ~~~~~~~
 
+- [openstack] when creating floating IPs, added pool_id as an optional argument
+  (GITHUB-725)
+  [marko-p]
+
 - [google compute] Added setMachineType method to allow for changing sizes of instances
   (GITHUB-721)
   [Eric Johnson]