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/07/06 09:37:33 UTC

[libcloud] branch trunk updated (c7c5cb8 -> b7be7b3)

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 c7c5cb8  Merge branch 'mistio-packet-driver-extensions-cherrypick' into trunk
     add 934c32c  Set suspended state
     add b3d8b15  Add cinder support LIBCLOUD-874
     add 1761c77  Add cinder support LIBCLOUD-874
     add 78e96a5  Add cinder support LIBCLOUD-874
     add 82b3dd0  Add cinder support LIBCLOUD-874
     add 557e1e5  Add cinder support LIBCLOUD-874
     add a65f4a6  Add cinder support LIBCLOUD-874
     add bd8318b  Add cinder support LIBCLOUD-874
     add b9b0207  Set suspended state
     add f17cab8  Merge remote-tracking branch 'upstream/trunk' into trunk
     add 0573924  Add routers
     add 56df5fc  Fix test issues
     add e2f2818  Fix error with driver param
     add 797cbe4  Fix typo in test
     add f9ff277  Fix typo in test
     add ef997df  Remove dup lines
     add 1f6526c  Add extra data
     add 8e10f52  Add extra data
     add 06e1d4f  Fix lint issues
     add 64b82dc  Add router interface management functions
     add 1472798  Fix typo
     add 14d286b  Fix tests
     add 4eb9878  Fix tests
     add 661ded3  Fix network creation deletion in V2
     add 38a42b8  Add network_id to subnet
     add aedebcf  Add subnet update
     add d5e0a58  Add port update
     add 51601ba  Merge upstream
     add 3a56e48  Avoid kwargs
     add ef10761  Merge branch 'trunk' into trunk
     add 9b2c9ff  Merge branch 'trunk' of https://github.com/micafer/libcloud into trunk
     add ae9d81e  Add external_gateway_info param
     new e06a329  Merge branch 'trunk' of https://github.com/micafer/libcloud into micafer-trunk
     new b7be7b3  Add changelog entry for #1281.

The 2 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              | 324 ++++++++++++++++++++-
 .../fixtures/openstack_v1.1/_v2_0__router.json     |  39 +++
 .../openstack_v1.1/_v2_0__router_interface.json    |  12 +
 .../fixtures/openstack_v1.1/_v2_0__routers.json    |  81 ++++++
 libcloud/test/compute/test_openstack.py            |  77 ++++-
 6 files changed, 531 insertions(+), 6 deletions(-)
 create mode 100644 libcloud/test/compute/fixtures/openstack_v1.1/_v2_0__router.json
 create mode 100644 libcloud/test/compute/fixtures/openstack_v1.1/_v2_0__router_interface.json
 create mode 100644 libcloud/test/compute/fixtures/openstack_v1.1/_v2_0__routers.json


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

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 b7be7b3f493b8296b915955b6a6a8d3a46b892bf
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jul 6 11:35:21 2019 +0200

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

diff --git a/CHANGES.rst b/CHANGES.rst
index bc6bfde..98eab4a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -67,6 +67,10 @@ Compute
 - [GCE] Add new ``ex_resize_volume`` method to the driver. (GITHUB-1301)
   [Palash Gandhi - @palashgandhi]
 
+- [OpenStack] Add various router management methods to the OpenStack
+  driver. (GITHUB-1281)
+  [Miguel Caballer - @micafer]
+
 Storage
 ~~~~~~~
 


[libcloud] 01/02: Merge branch 'trunk' of https://github.com/micafer/libcloud into micafer-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 e06a329805ef0b5e1645326615c526bd8c503ba6
Merge: c7c5cb8 ae9d81e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jul 6 11:33:09 2019 +0200

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

 libcloud/compute/drivers/openstack.py              | 324 ++++++++++++++++++++-
 .../fixtures/openstack_v1.1/_v2_0__router.json     |  39 +++
 .../openstack_v1.1/_v2_0__router_interface.json    |  12 +
 .../fixtures/openstack_v1.1/_v2_0__routers.json    |  81 ++++++
 libcloud/test/compute/test_openstack.py            |  77 ++++-
 5 files changed, 527 insertions(+), 6 deletions(-)