[openstack-announce] [release][stable][neutron] neutron-fwaas release 7.0.2 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Wed Jan 27 17:16:02 UTC 2016
We are psyched to announce the release of:
neutron-fwaas 7.0.2: OpenStack Networking FWaaS
This release is part of the liberty stable release series.
With package available at:
https://pypi.python.org/pypi/neutron-fwaas
For more details, please see below.
7.0.2
^^^^^
Other Notes
* Start using reno to manage release notes.
Changes in neutron-fwaas 7.0.1..7.0.2
-------------------------------------
33c06d9 Updated from global requirements
12c76d2 Add first reno based release note
a137f36 Add reno for release notes management
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 3 +
releasenotes/notes/.placeholder | 0
.../notes/start-using-reno-e45e439ce1a0965d.yaml | 3 +
releasenotes/source/_static/.placeholder | 0
releasenotes/source/_templates/.placeholder | 0
releasenotes/source/conf.py | 275 +++++++++++++++++++++
releasenotes/source/index.rst | 9 +
releasenotes/source/liberty.rst | 6 +
releasenotes/source/unreleased.rst | 5 +
requirements.txt | 2 +-
test-requirements.txt | 1 +
tox.ini | 3 +
12 files changed, 306 insertions(+), 1 deletion(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 26ab150..05f38d0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +15 @@ oslo.log>=1.8.0 # Apache-2.0
-oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,!=2.7.0,!=2.8.0,!=2.8.1,!=2.9.0,>=1.16.0 # Apache-2.0
+oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,!=2.7.0,!=2.8.0,!=2.8.1,!=2.9.0,!=3.1.0,>=1.16.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6417bfe..fcd0992 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19,0 +20 @@ oslotest>=1.10.0 # Apache-2.0
+reno>=0.1.1 # Apache2
More information about the OpenStack-announce
mailing list