networking-powervm 8.0.0 (stein)
We are glad to announce the release of: networking-powervm 8.0.0: PowerVM Neutron ML2 Agent for OpenStack Neutron. This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/networking-powervm Download the package from: https://tarballs.openstack.org/networking-powervm/ Please report issues through: https://bugs.launchpad.net/networking-powervm/+bugs For more details, please see below. Changes in networking-powervm 7.0.0..8.0.0 ------------------------------------------ 72b60d8 Replace openstack.org git:// URLs with https:// 05b3744 Use neutron's stable/stein branch 7ccdd3f Update UPPER_CONSTRAINTS_FILE for stable/stein 0e01540 Update .gitreview for stable/stein 226bf5a Update appdirs lower constraint 030b7ea Use template for lower-constraints ecd72f5 Update tests for policy-in-code 62df1f2 More py3.x support e132845 Update mailing list email 8b3b910 Omit the twice occured words in powervm-sriov-neutron.rst cdcfc53 Increment versioning with pbr instruction 732a89f opt in for neutron-lib consumption patches 23f481e Clean up .gitignore f258eaf add python 3.6 unit test job f58eb42 import zuul job settings from project-config Diffstat (except docs and test files) ------------------------------------- .gitignore | 36 +++++++++++++------ .gitreview | 1 + .zuul.yaml | 13 +++---- lower-constraints.txt | 2 +- .../plugins/ibm/agent/powervm/sea_agent.py | 2 +- .../unit/plugins/ibm/powervm/test_sea_agent.py | 35 +++++++++++++------ requirements.txt | 6 ++++ setup.cfg | 4 +-- specs/newton/powervm-sriov-neutron.rst | 2 +- tox.ini | 28 ++++++++++----- 13 files changed, 99 insertions(+), 78 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5dcaec5..9737b07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,0 +19,6 @@ neutron-lib>=1.18.0 # Apache-2.0 + +# The comment below indicates this project repo is current with neutron-lib +# and should receive neutron-lib consumption patches as they are released +# in neutron-lib. It also implies the project will stay current with TC +# and infra initiatives ensuring consumption patches can land. +# neutron-lib-current
participants (1)
-
no-reply@openstack.org