We contentedly announce the release of: networking-powervm 7.0.0: PowerVM Neutron ML2 Agent for OpenStack Neutron. This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/networking-powervm/ For more details, please see below. Changes in networking-powervm 6.0.0.0rc1..7.0.0 ----------------------------------------------- 59fbf0a Pass host on get_device_details RPC 1543194 Use tox 3.1.1 and basepython fix cb46ce3 update requirements for neutron-lib 1.18.0 bb26d13 Switch to stestr 03167b5 Match neutron's version of hacking, flake8 ignores 6de0eb5 docs: Modernize build process a3ddab2 Cleanup tox.ini cdd75f1 Test our master with neutron's master c6735b6 Fix pep8 before moving to master 5d1c506 Trivial: update url to new url 3abfbee update translations for queens 99b12e7 Uncap eventlet and sync requirements 0b2e99f Use py3 for pep8 4f10069 add lower-constraints job 0c40c02 Updated from global requirements 3b55348 Move neutron to requirements.txt e484511 Updated from global requirements f5da116 Updated from global requirements c9d61e5 use common agent topics from neutron-lib 60bba70 fix hacking docs link 2e8ff76 Support maximum capacity for SR-IOV VNIC Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 +- .stestr.conf | 3 + .testr.conf | 4 - .zuul.yaml | 7 + HACKING.rst | 2 +- lower-constraints.txt | 144 ++++++++++++++ networking_powervm/locale/de/networking-powervm.po | 55 +++--- networking_powervm/locale/es/networking-powervm.po | 55 +++--- networking_powervm/locale/fr/networking-powervm.po | 57 +++--- networking_powervm/locale/it/networking-powervm.po | 57 +++--- networking_powervm/locale/ja/networking-powervm.po | 52 ++--- networking_powervm/locale/ko/networking-powervm.po | 55 +++--- networking_powervm/locale/networking-powervm.pot | 27 +-- .../locale/pt-BR/networking-powervm.po | 57 +++--- networking_powervm/locale/ru/networking-powervm.po | 53 +++--- .../locale/zh-Hans/networking-powervm.po | 57 +++--- .../locale/zh-Hant/networking-powervm.po | 57 +++--- .../plugins/ibm/agent/powervm/agent_base.py | 14 +- .../plugins/ibm/agent/powervm/sea_agent.py | 11 +- .../plugins/ibm/agent/powervm/sriov_agent.py | 2 +- .../plugins/ml2/drivers/mech_pvm_base.py | 2 +- .../plugins/ml2/drivers/mech_pvm_sriov.py | 10 +- .../unit/plugins/ibm/powervm/test_agent_base.py | 3 +- .../unit/plugins/ml2/drivers/test_mech_pvm.py | 24 ++- requirements.txt | 8 +- setup.cfg | 10 +- test-requirements.txt | 8 +- tools/pretty_tox.sh | 16 -- tox.ini | 97 ++++++---- 33 files changed, 587 insertions(+), 592 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b052f57..5dcaec5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ Routes>=2.3.1 # MIT -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT @@ -16,3 +16,3 @@ oslo.config>=5.1.0 # Apache-2.0 -pypowervm>=1.1.10 # Apache-2.0 -setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL -neutron-lib>=1.13.0 # Apache-2.0 +pypowervm>=1.1.11 # Apache-2.0 +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL +neutron-lib>=1.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 98f7928..703a95b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,2 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 - +hacking>=1.1.0 # Apache-2.0 @@ -10 +9 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=1.0.0 # Apache-2.0 @@ -14,3 +12,0 @@ oslotest>=3.2.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD -oslosphinx>=4.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org