networking-midonet 11.0.0 (victoria)
We are stoked to announce the release of: networking-midonet 11.0.0: OpenStack MidoNet Neutron Plugin This release is part of the victoria 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 10.0.0..11.0.0 -------------------------------------------- af9b8a7 Refactored zuul jobs and converted to zuul v3 syntax 18663cd Get pep8 and py3 tox jobs working again 6428376 Use the networking-l2gw project new location 8baecc1 Stop to use the __future__ module. 21cec9d Remove usage of six cb4cd26 Switch to newer openstackdocstheme and reno versions aaf7539 Imported Translations from Zanata 86463fe Make gate great again 5638a54 Add Python3 victoria unit tests 98c9eae Update master for stable/ussuri ead5479 Use unittest.mock instead of third party mock 4fb98c6 Cleanup py27 support Diffstat (except docs and test files) ------------------------------------- .pylintrc | 2 +- .zuul.yaml | 156 ------------- devstack/README.rst | 2 +- devstack/ci/gate_hook.sh | 258 --------------------- devstack/ci/hooks/quotas | 11 - devstack/ci/hooks/tempest_plugins_advsvc | 4 - devstack/ci/hooks/tempest_plugins_base | 3 - devstack/midonet-pkg/configure_repo.sh | 6 +- devstack/midonet-pkg/configure_repo_centos.sh | 2 +- devstack/midonet-pkg/install_pkgs.sh | 3 +- devstack/midonet-pkg/install_pkgs_centos.sh | 12 +- devstack/midonet-pkg/install_pkgs_client.sh | 24 ++ devstack/ml2/local.conf.sample | 2 +- devstack/plugin.sh | 15 +- devstack/settings | 6 +- midonet/locale/en_GB/LC_MESSAGES/midonet.po | 47 +--- midonet/neutron/agent/interface.py | 3 +- midonet/neutron/agent/midonet_driver.py | 1 - midonet/neutron/client/base.py | 5 +- midonet/neutron/common/utils.py | 13 +- midonet/neutron/db/l3_db_midonet.py | 3 + .../versions/19808c5df22a_add_agent_membership.py | 7 +- .../versions/25aeae45d4ad_add_task.py | 7 +- .../versions/3fe2bca71c72_add_port_binding.py | 7 +- .../versions/421564f630b1_add_dynamic_routing.py | 7 +- .../422da2897701_add_network_binding_table.py | 11 +- .../versions/d8a5c672761_add_data_sync.py | 11 +- ...ada_add_midonet_gateway_network_vlan_devices.py | 7 +- .../expand/4f3b347ea1c2_revert_dynamic_routing.py | 5 +- .../cfe0dea89aa_add_gateway_device_management.py | 8 +- .../f8b289f2644f_bgp_speaker_router_insertion.py | 7 +- ...fd5cefbc7_drop_fwaas_v1_and_logging_resource.py | 5 +- midonet/neutron/db/task_db.py | 6 +- midonet/neutron/extensions/gateway_device.py | 4 +- midonet/neutron/ml2/mech_driver.py | 12 +- .../l2gateway/service_drivers/l2gw_midonet.py | 4 +- .../l2gateway_extension/_l2_gateway.py | 20 +- playbooks/grenade-ml2/post.yaml | 15 -- playbooks/grenade-ml2/run.yaml | 55 ----- playbooks/rally-ml2/post.yaml | 106 --------- playbooks/rally-ml2/run.yaml | 59 ----- playbooks/tempest-aio-ml2-centos-7/post.yaml | 15 -- playbooks/tempest-aio-ml2-centos-7/run.yaml | 59 ----- playbooks/tempest-aio-ml2-full-centos-7/post.yaml | 15 -- playbooks/tempest-aio-ml2-full-centos-7/run.yaml | 60 ----- playbooks/tempest-aio-ml2-full-legacy/post.yaml | 15 -- playbooks/tempest-aio-ml2-full-legacy/run.yaml | 60 ----- playbooks/tempest-multinode-ml2-full/post.yaml | 15 -- playbooks/tempest-multinode-ml2-full/run.yaml | 60 ----- playbooks/tempest-multinode-ml2/post.yaml | 15 -- playbooks/tempest-multinode-ml2/run.yaml | 59 ----- .../midonet_rally_plugin/midonet_rally_plugin.py | 2 - rally-jobs/plugins/midonet_rally_plugin/utils.py | 1 - releasenotes/source/conf.py | 9 +- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 52 ++++- releasenotes/source/ussuri.rst | 6 + setup.cfg | 32 --- setup.py | 9 - tools/install_venv.py | 1 - tools/install_venv_common.py | 2 - tools/test-setup.sh | 57 ----- tox.ini | 39 ++-- zuul.d/jobs.yaml | 124 ++++++++++ zuul.d/nodes.yaml | 21 ++ zuul.d/project.yaml | 57 +++++ 78 files changed, 496 insertions(+), 1386 deletions(-)
participants (1)
-
no-reply@openstack.org