You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/06/22 12:48:38 UTC

[libcloud] branch trunk updated (6540c12 -> 77a056b)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 6540c12  Merge pull request #1297 from Kami/update_contributing_docs
     add f33fcd6  Fix error getting floating ip instance_id
     add f127e4e  Fix typo
     new 49ddf36  Merge branch 'ost_fix_float_ip' of https://github.com/micafer/libcloud into micafer-ost_fix_float_ip
     new debc963  Merge branch 'micafer-ost_fix_float_ip' into trunk
     new 77a056b  Add changelog entry for #1295.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                           | 4 ++++
 libcloud/compute/drivers/openstack.py | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)


[libcloud] 02/03: Merge branch 'micafer-ost_fix_float_ip' into trunk

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit debc96349e390d21c054b963c5848f62c96e863d
Merge: 6540c12 49ddf36
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jun 22 14:45:49 2019 +0200

    Merge branch 'micafer-ost_fix_float_ip' into trunk

 libcloud/compute/drivers/openstack.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[libcloud] 03/03: Add changelog entry for #1295.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 77a056b2afc758924fe8564312db67e68cedefdd
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jun 22 14:48:03 2019 +0200

    Add changelog entry for #1295.
---
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 9cddd41..2799c9c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -17,6 +17,10 @@ Compute
   Reported by rafa alistair.
   [Tomaz Muraus]
 
+- [OpenStack] Fix a bug with retrieving floating IP address when a
+  ``device_owner`` of a port is ``compute:None``. (GITHUB-1295)
+  [Miguel Caballer - @micafer]
+
 Changes in Apache Libcloud 2.5.0
 --------------------------------
 


[libcloud] 01/03: Merge branch 'ost_fix_float_ip' of https://github.com/micafer/libcloud into micafer-ost_fix_float_ip

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 49ddf36b7d428f90fbef677b768b066ae65e1646
Merge: 6540c12 f127e4e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jun 22 14:45:36 2019 +0200

    Merge branch 'ost_fix_float_ip' of https://github.com/micafer/libcloud into micafer-ost_fix_float_ip

 libcloud/compute/drivers/openstack.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)