[release-announce] networking-bgpvpn 11.0.0 (train)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 16 12:55:55 UTC 2019
We are satisfied to announce the release of:
networking-bgpvpn 11.0.0: API and Framework to interconnect bgpvpn to
neutron networks
This release is part of the train release series.
The source is available from:
https://opendev.org/openstack/networking-bgpvpn
Download the package from:
https://pypi.org/project/networking-bgpvpn
Please report issues through:
https://bugs.launchpad.net/bgpvpn/+bugs
For more details, please see below.
Changes in networking-bgpvpn 10.0.0..11.0.0
-------------------------------------------
9ec426c Update api-ref location
3672653 Add Python 3 Train unit tests
4655630 Add local bindep.txt
95e4288 Change tempest regex used in devstack-gate-bagpipe-rc
15c3f14 Fix bagpipe driver to work with SQLAlchemy 1.3
763f0f1 Remove tempest tests entry point
b128f5e Move db class definitions before orm relationships to those classes
44866da Rehome tempest tests to neutron-tempest-plugin repo
144774b Update to opendev repository
5770193 OpenDev Migration Patch
cbe0a20 Dropping the py35 testing
2fdf395 doc: Add policy reference
813b181 lower-constraints: align pyscopg version to global reqs
cf58dd3 Replace openstack.org git:// URLs with https://
2ec05e0 Update master for stable/stein
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 1 +
.gitreview | 2 +-
.zuul.yaml | 24 +-
README.rst | 2 +-
bindep.txt | 9 +
devstack/devstack-gate-bagpipe-rc | 6 +-
etc/README.txt | 13 +
lower-constraints.txt | 2 +-
networking_bgpvpn/neutron/db/bgpvpn_db.py | 68 +-
.../services/service_drivers/bagpipe/bagpipe.py | 4 +-
networking_bgpvpn_tempest/README.rst | 28 -
networking_bgpvpn_tempest/__init__.py | 0
networking_bgpvpn_tempest/config.py | 38 -
networking_bgpvpn_tempest/plugin.py | 36 -
networking_bgpvpn_tempest/services/__init__.py | 0
.../services/bgpvpn/__init__.py | 0
.../services/bgpvpn/bgpvpn_client.py | 115 --
.../run.yaml | 8 +-
.../run.yaml | 8 +-
.../networking-bgpvpn-dsvm-functional/run.yaml | 8 +-
playbooks/networking-bgpvpn-dsvm-install/run.yaml | 8 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/stein.rst | 6 +
setup.cfg | 6 +-
test-requirements.txt | 2 +-
tox.ini | 30 +-
43 files changed, 175 insertions(+), 3061 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 90d5751..537f9f3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-psycopg2>=2.6.2 # LGPL/ZPL
+psycopg2>=2.7.7 # LGPL/ZPL
More information about the Release-announce
mailing list