We are glad to announce the release of: networking-midonet 5.0.1: OpenStack MidoNet Neutron Plugin This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/networking-midonet Download the package from: https://pypi.org/project/networking-midonet Please report issues through: https://bugs.launchpad.net/networking-midonet/+bugs For more details, please see below. Changes in networking-midonet 5.0.0..5.0.1 ------------------------------------------ b629137 Replace openstack.org git:// URLs with https:// 638d22f import zuul job settings from project-config 3350a59 Fix sphinx-docs job b7f83c9 Zuul: Remove project name 3c0cfba devstack: Avoid using $NEUTRON_CORE_PLUGIN too early c0af6b2 Add in-repo jobs c975498 Revert "tox_install: Make this release script friendly" 748207a Import midonet config explicitly 23c364f Import midonet config in each service driver f8c0ada Updated from global requirements b2a11b2 Update tox_install for stable/pike f04f7d7 DB migration milestone for Pike 022f3ca devstack: Install JDK earlier 6d4f31d features.rst: Categorize extensions 1aa2e5e features.rst: Remove a duplicated port-security 49ce26d upgrade.rst: Guide into release notes Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 445 +++++++++++++++++++++ devstack/ci/gate_hook.sh | 12 +- devstack/override-defaults | 6 - devstack/plugin.sh | 4 +- devstack/settings | 6 + midonet/neutron/db/l3_db_midonet.py | 11 + .../expand/9f3992811410_add_logging_resource.py | 5 +- .../1612b5389e6e_remove_agent_membership.py | 2 +- midonet/neutron/services/bgp/plugin.py | 1 + midonet/neutron/services/firewall/plugin.py | 1 + .../l2gateway/service_drivers/l2gw_midonet.py | 1 + midonet/neutron/services/loadbalancer/v2_driver.py | 1 + .../neutron/services/logging_resource/plugin.py | 1 + midonet/neutron/services/qos/driver.py | 1 + .../services/taas/service_drivers/taas_midonet.py | 1 + .../services/vpn/service_drivers/midonet_ipsec.py | 1 + midonet/os_vif/vif_midonet.py | 24 ++ playbooks/grenade-ml2/post.yaml | 15 + playbooks/grenade-ml2/run.yaml | 53 +++ playbooks/grenade-v2/post.yaml | 15 + playbooks/grenade-v2/run.yaml | 52 +++ playbooks/rally-ml2/post.yaml | 106 +++++ playbooks/rally-ml2/run.yaml | 59 +++ playbooks/rally-v2/post.yaml | 106 +++++ playbooks/rally-v2/run.yaml | 59 +++ playbooks/tempest-aio-ml2-centos-7/post.yaml | 15 + playbooks/tempest-aio-ml2-centos-7/run.yaml | 58 +++ playbooks/tempest-aio-ml2-full-centos-7/post.yaml | 15 + playbooks/tempest-aio-ml2-full-centos-7/run.yaml | 58 +++ playbooks/tempest-aio-ml2-full-legacy/post.yaml | 15 + playbooks/tempest-aio-ml2-full-legacy/run.yaml | 58 +++ playbooks/tempest-aio-ml2-full/post.yaml | 15 + playbooks/tempest-aio-ml2-full/run.yaml | 58 +++ playbooks/tempest-aio-ml2/post.yaml | 15 + playbooks/tempest-aio-ml2/run.yaml | 58 +++ playbooks/tempest-aio-v2-full/post.yaml | 15 + playbooks/tempest-aio-v2-full/run.yaml | 58 +++ playbooks/tempest-aio-v2/post.yaml | 15 + playbooks/tempest-aio-v2/run.yaml | 58 +++ playbooks/tempest-multinode-ml2/post.yaml | 15 + playbooks/tempest-multinode-ml2/run.yaml | 58 +++ test-requirements.txt | 2 +- tools/tox_install.sh | 7 +- tools/tox_install_project.sh | 4 +- tox.ini | 6 +- 48 files changed, 1627 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7301eee..1450af1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -33 +33 @@ reno!=2.3.1,>=1.8.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-openstackclient>=3.11.0 # Apache-2.0