[release-announce] networking-bgpvpn 9.0.2 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Sep 25 19:51:52 UTC 2018


We jubilantly announce the release of:

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

This release is part of the rocky stable release series.

The source is available from:

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

Download the package from:

    https://pypi.org/project/networking-bgpvpn

Please report issues through launchpad:

    https://bugs.launchpad.net/bgpvpn

For more details, please see below.

Changes in networking-bgpvpn 9.0.0..9.0.2
-----------------------------------------

d406efd tempest: reenable tests now that bug 1789878 is fixed
9eee4ec adjust requirements
c24cf38 tempest: temporarily disable some tests until bug 1789878 is fixed
e47714c import zuul job settings from project-config
f5eb05b Update UPPER_CONSTRAINTS_FILE for stable/rocky
8060b0b Update .gitreview for stable/rocky


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

.gitreview            |  1 +
.zuul.yaml            | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++
lower-constraints.txt |  4 +--
requirements.txt      |  4 +--
test-requirements.txt |  7 +++--
tox.ini               |  6 ++---
6 files changed, 84 insertions(+), 9 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index cf79fea..7ad05c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,2 +17,2 @@ debtcollector>=1.2.0 # Apache-2.0
-neutron>=13.0.0.0b1 # Apache-2.0
-horizon>=13.0.0 # Apache-2.0
+neutron>=13.0.0 # Apache-2.0
+horizon>=14.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6b268b6..86d7e6d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -23,2 +23,5 @@ tempest>=17.1.0 # Apache-2.0
-networking-bagpipe>=8.0.0 # Apache-2.0
-networking-odl>=12.0.0 # Apache-2.0
+networking-bagpipe>=9.0.0 # Apache-2.0
+# we can't use >= 13 which currently can't be properly installed
+# (requires ceilometer which, not being on pypy, is required withi
+# "-e git", which does not play nice with "pip install -c")
+networking-odl>=12.0.0,<13 # Apache-2.0






More information about the Release-announce mailing list