[openstack-announce] [new][neutron] networking-bgpvpn 4.0.2 release

no-reply at openstack.org no-reply at openstack.org
Mon Oct 10 13:56:38 UTC 2016


We are chuffed to announce the release of:

networking-bgpvpn 4.0.2: API and Framework to interconnect bgpvpn to
neutron networks

The source is available from:

    http://git.openstack.org/cgit/openstack/networking-bgpvpn

Download the package from:

    https://tarballs.openstack.org/networking-bgpvpn/

Please report issues through launchpad:

    http://bugs.launchpad.net/bgpvpn

For more details, please see below.

Changes in networking-bgpvpn 4.0.1..4.0.2
-----------------------------------------

482de4f opencontrail: not check tenant existence on update
38c56ba Refer to odl and bagpipe stable/mitaka branches
70e80ae Add tempest tests for router association
dbddaf6 Add more tempest tests for read permissions
df4e526 Add a tempest test on read permission with bgpvpn_list
b2897ae Added the negative cases
77f061b Add tempest tests on route-target update
9a89c87 Bad parameter name in disassociate_network_from_bgpvpn
f6841b9 Add tempest test associate_disassociate_network
3e7f1fe Add test delete_bgpvpn_as_non_admin_fail
37bb73a enable tempest tests for bgpvpn
c25a340 Add error management regarding malformed UUID
a9d4479 Add a tenant ID check to create a bgpvpn resource
98d0380 Make test jobs constrained
f975736 Initialize the routers key in make_bgpvpn_dict
4b92d0c Update OpenContrail driver documentation


Diffstat (except docs and test files)
-------------------------------------

.pylintrc                                          |   3 +-
devstack/devstack-gate-bagpipe-rc                  |  12 +-
devstack/devstack-gate-rc                          |   4 -
networking_bgpvpn/neutron/services/common/utils.py |   1 +
.../service_drivers/opencontrail/exceptions.py     |   4 +
.../service_drivers/opencontrail/opencontrail.py   |  17 +-
.../opencontrail/opencontrail_client.py            |   1 +
.../services/bgpvpn/bgpvpn_client.py               |  33 +++
test-requirements.txt                              |   5 +-
tools/tox_install.sh                               |  25 ++-
tox.ini                                            |  10 +-
14 files changed, 416 insertions(+), 47 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 3d218f2..883d659 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,0 +19 @@ reno>=0.1.1  # Apache2
+pylint===1.4.5
@@ -20,2 +21,2 @@ reno>=0.1.1  # Apache2
--e git+https://git.openstack.org/openstack/networking-bagpipe#egg=networking-bagpipe
--e git+https://git.openstack.org/openstack/networking-odl#egg=networking-odl
+-e git+https://git.openstack.org/openstack/networking-bagpipe@stable/mitaka#egg=networking-bagpipe
+-e git+https://git.openstack.org/openstack/networking-odl@stable/mitaka#egg=networking-odl





More information about the OpenStack-announce mailing list