[ironic] networking-generic-switch 0.5.0 (queens)
We are tickled pink to announce the release of: networking-generic-switch 0.5.0: Generic Switch ML2 Neutron Driver This release is part of the queens release series. Download the package from: https://pypi.python.org/pypi/networking-generic-switch Please report issues through launchpad: https://bugs.launchpad.net/networking-generic-switch For more details, please see below. Changes in networking-generic-switch 0.4.0..0.5.0 ------------------------------------------------- b2ceb5c Updated from global requirements e9235df Exclude tempest tests for release note changes d5b3a4e Prepare releasenotes 708e780 Set segmentation_id to '1' if it is None d277d53 Add physical network awareness a521529 Use userdel/groupdel instead of deluser/delgroup 6c2e671 Refactor sending netmiko config commands a4631e1 Extract netmiko device configuration save 3ac398a Pass network_id to device's del_network method d477c1a use callbacks from neutron-lib bfbfef3 Generalise Dell Force10 support in README d8d58a8 Add support for trunk ports on Dell switches 16c50b6 Support configuration of trunk ports 2e7b62e Updated from global requirements eceddf5 Remove duplicate spacing in log messages 5f445ba zuul: add irrelevant-files section to job 3f85557 Add -dlm to the tempest job name e43e35b Do not restart n-cpu in devstack plugin d7e055a Updated from global requirements ed0bd33 Add delete_port to abstract GenericSwitchDevice 634f003 Use neutron-lib for api c0c63e0 Cleanup project.yaml dfee864 Fix various typos in devstack scripts feb3a6a Updated from global requirements fa62356 Fix order of args to plug_port_to_network in ABC 5af8ff7 Zuul: add file extension to playbook path 86cdb74 Sanitise switch configuration in exceptions 124879f Add Zuul3 job definitions da001f8 Updated from global requirements c5e983e Updated from global requirements 64eb094 Updated from global requirements cb7b92a Updated from global requirements 4d6e287 Remove support for py34 8d8dddb Updated from global requirements d975e24 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 4 +- devstack/plugin.sh | 8 +- devstack/upgrade/upgrade.sh | 10 - networking_generic_switch/devices/__init__.py | 26 +- .../devices/netmiko_devices/__init__.py | 71 ++++-- .../devices/netmiko_devices/dell.py | 20 +- networking_generic_switch/devices/utils.py | 13 + networking_generic_switch/generic_switch_mech.py | 66 ++++- .../post.yaml | 15 ++ .../run.yaml | 70 +++++ releasenotes/notes/.placeholder | 0 releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 284 +++++++++++++++++++++ releasenotes/source/index.rst | 8 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 12 +- test-requirements.txt | 16 +- tox.ini | 4 + zuul.d/legacy-networking-generic-switch-jobs.yaml | 19 ++ zuul.d/project.yaml | 18 ++ 33 files changed, 938 insertions(+), 108 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b75b252..2414a65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ netmiko>=1.2.5 # MIT -neutron-lib>=1.9.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -six>=1.9.0 # MIT +neutron-lib>=1.12.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 +six>=1.10.0 # MIT @@ -12 +12 @@ tenacity>=3.2.1 # Apache-2.0 -tooz>=1.47.0 # Apache-2.0 +tooz>=1.58.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d45fafe..bd0874d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -9 +9 @@ fixtures>=3.0.0 # Apache-2.0/BSD -os-testr>=0.8.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0 @@ -15 +15 @@ flake8-import-order==0.11 # LGPLv3 -bashate>=0.2 # Apache-2.0 +bashate>=0.5.1 # Apache-2.0 @@ -18 +18,2 @@ bashate>=0.2 # Apache-2.0 -doc8 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 @@ -20,2 +21,3 @@ sphinx>=1.6.2 # BSD -sphinxcontrib-pecanwsme>=0.8 # Apache-2.0 -sphinxcontrib-seqdiag # BSD +sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0 +sphinxcontrib-seqdiag>=0.8.4 # BSD +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -25 +27 @@ oslosphinx>=4.7.0 # Apache-2.0 -futurist!=0.15.0,>=0.11.0 # Apache-2.0 +futurist>=1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org