networking-midonet 7.0.0 (rocky)
We enthusiastically announce the release of: networking-midonet 7.0.0: OpenStack MidoNet Neutron Plugin This release is part of the rocky release series. Download the package from: https://pypi.org/project/networking-midonet For more details, please see below. Changes in networking-midonet 6.0.0..7.0.0 ------------------------------------------ 4b3a368 update requirements for neutron-lib 1.18.0 fa18b47 Remove testrepository and .testr.conf 678a313 tox.ini: Sync cover job with Neutron e1d8cdd Comment out autodoc stuff 1792eba use callback payloads for ROUTER/ROUTER_GATEWAY BEFORE_DELETE events 5e82157 Port rally plugins to use proper modules 6b54a2c Add a mock to avoid doc build failure on OS X 51ad310 Remove v2 -> ml2 migration code 68cc45e use get reader/writer session from neutron-lib 6c25db7 Switch to using stestr 467d67e load neutron objects using neutron-lib 4f2dd59 use neutron-lib plugin utils 1c7c383 Use get_marker_obj from neutron-lib 088befe Avoid tox_install e93a57d Remove mox/mox3 usage 531a500 Imported Translations from Zanata 847b4eb Fix docutils ImportError on the multinode job 2677cda Enable hacking-extensions H204, H205 72d02ec Updated from global requirements 2e16ee6 use plugin common utils from neutron-lib a2782fb fix a spelling error 17d7fee use multiprovidernet api definition from neutron-lib 969ee5b Updated from global requirements d369a8f Update links in README a84e7e2 Update reno for stable/queens c251c88 Remove v2 jobs Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 - .testr.conf | 4 - .zuul.yaml | 112 ----------- README.rst | 4 +- devstack/ci/gate_hook.sh | 21 -- devstack/ci/hooks/tempest_plugins_base | 1 - devstack/upgrade/upgrade.sh | 19 -- midonet/neutron/client/cluster.py | 4 +- .../neutron/db/bgp_speaker_router_insertion_db.py | 6 +- midonet/neutron/db/gateway_device.py | 30 ++- midonet/neutron/db/l3_db_midonet.py | 42 ++-- midonet/neutron/db/logging_resource_db.py | 9 +- midonet/neutron/db/v2_migration.py | 218 --------------------- midonet/neutron/ml2/mech_driver.py | 2 - midonet/neutron/services/l3/l3_midonet.py | 4 +- midonet/os_vif/vif_midonet.py | 24 +++ playbooks/grenade-v2/post.yaml | 15 -- playbooks/grenade-v2/run.yaml | 53 ----- playbooks/rally-v2/post.yaml | 106 ---------- playbooks/rally-v2/run.yaml | 59 ------ playbooks/tempest-aio-v2-full/post.yaml | 15 -- playbooks/tempest-aio-v2-full/run.yaml | 59 ------ playbooks/tempest-aio-v2/post.yaml | 15 -- playbooks/tempest-aio-v2/run.yaml | 59 ------ rally-jobs/plugins/network_plugin.py | 6 +- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 8 +- releasenotes/source/queens.rst | 6 + requirements.txt | 7 +- setup.cfg | 2 +- test-requirements.txt | 16 +- tools/tox_install.sh | 22 --- tools/tox_install_project.sh | 64 ------ tox.ini | 28 ++- 40 files changed, 207 insertions(+), 957 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 35f9bcb..156a34c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7,2 @@ Babel!=2.4.0,>=2.3.4 # BSD -neutron-lib>=1.13.0 # Apache-2.0 +neutron-lib>=1.18.0 # Apache-2.0 +python-neutronclient>=6.8.0 # Apache-2.0 @@ -11,0 +13,4 @@ neutron-lib>=1.13.0 # Apache-2.0 + +# OpenStack CI will install the following projects from git +# if they are in the required-projects list for a job: +neutron>=12.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 77e8bbf..06b1b77 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD @@ -17 +17 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 @@ -34 +34 @@ python-openstackclient>=3.12.0 # Apache-2.0 -requests-mock>=1.1.0 # Apache-2.0 +requests-mock>=1.2.0 # Apache-2.0 @@ -40,0 +41,10 @@ os-vif!=1.8.0,>=1.7.0 # Apache-2.0 + +# bug 1759454 +docutils>=0.11 # OSI-Approved Open Source, Public Domain + +neutron-fwaas>=12.0.0 # Apache-2.0 +neutron-lbaas>=12.0.0 # Apache-2.0 +neutron-vpnaas>=12.0.0 # Apache-2.0 +neutron-dynamic-routing>=12.0.0 # Apache-2.0 +networking-l2gw>=12.0.0 # Apache-2.0 +tap-as-a-service>=3.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org