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 2021/05/02 21:29:06 UTC

[libcloud] branch trunk updated (be744f3 -> fcab0c6)

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 be744f3  Merge pull request #1569 from godaddy/allowed-address-pairs
     new e844270  Update changes file.
     new 54fd659  Add changelog entry for #1569.
     new fcab0c6  Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud into trunk

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 | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

[libcloud] 01/03: Update changes file.

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 e8442709f0d76c522e7562523fdb031ae280d7ba
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun May 2 23:22:55 2021 +0200

    Update changes file.
---
 CHANGES.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 7c012fe..0b5dc40 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes in Apache Libcloud 3.3.2
---------------------------------
+Changes in Apache Libcloud 3.3.2 (in development)
+-------------------------------------------------
 
 Storage
 ~~~~~~~
@@ -23,7 +23,7 @@ Storage
 Compute
 ~~~~~~~
 
-- [Equinix Metal] Various improvements to the driver. 
+- [Equinix Metal] Various improvements to the driver.
 
   (GITHUB-1548)
   [Dimitris Galanis - @dimgal1]

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

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 54fd65969ef1ad5bd40bcb62f32ad1844d1d6e5d
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun May 2 23:26:16 2021 +0200

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

diff --git a/CHANGES.rst b/CHANGES.rst
index 0b5dc40..ffff880 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -51,6 +51,11 @@ Compute
   (GITHUB-1565)
   [Miguel Caballer - @micafer]
 
+- [OpenStack] Support updating ``allowed_address_pairs`` on OpenStack ports
+  using ``ex_update_port`` method.
+  (GITHUB-1569)
+  [@dpeschman]
+
 DNS
 ~~~
 

[libcloud] 03/03: Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud 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 fcab0c604a61c931565704fdd5006609e37cffec
Merge: 54fd659 be744f3
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun May 2 23:28:49 2021 +0200

    Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud into trunk

 libcloud/compute/drivers/openstack.py                       | 12 +++++++++++-
 libcloud/test/compute/fixtures/openstack_v1.1/_port_v2.json |  2 +-
 libcloud/test/compute/test_openstack.py                     |  8 ++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)