[release-announce] networking-midonet 10.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed May 13 11:04:50 UTC 2020


We are stoked to announce the release of:

networking-midonet 10.0.0: OpenStack MidoNet Neutron Plugin

This release is part of the ussuri 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 9.0.0.0rc1..10.0.0
------------------------------------------------

6626115 [ussuri][goal] Drop python 2.7 support and testing
96afa81 Update for removal of agent tempest tests
c3e8b36 Skip test_resize_server_revert_deleted_flavor for now
52b7d13 Specify USE_PYTHON3=False explicitly
1096e13 doc: Add policy reference
3bbcefa policy-in-code
b5277ee Remove policy.json as it doesn't seem to be used
5380800 Switch to Ussuri jobs
afe72a9 Fix source link.
53d6ca8 Bump the openstackdocstheme extension to 1.20
deb9114 Blacklist sphinx 2.1.0 (autodoc bug)
5d3de26 Correct the PDF filename
5ad54cd Switch to use neutron-tempest-plugin for neutron-dynamic-routing tests
101bda7 Remove unneeded Zuul branch matcher
3017c0f Fix arguments in call to _update_fip_assoc()
722ae08 Update master for stable/train
c33dde5 PDF documentation build


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         |   1 +
.zuul.yaml                                         |  34 +-----
devstack/ci/gate_hook.sh                           |  11 +-
devstack/ci/hooks/tempest_plugins_advsvc           |   1 -
etc/oslo-policy-generator/policy.conf              |   3 +
etc/policy.json                                    | 126 ---------------------
midonet/neutron/db/l3_db_midonet.py                |   2 +-
midonet/neutron/ml2/mech_driver.py                 |   4 +-
midonet/neutron/policies/__init__.py               |  23 ++++
midonet/neutron/policies/base.py                   |  16 +++
.../policies/bgp_speaker_router_insertion.py       |  33 ++++++
midonet/neutron/policies/gateway_device.py         |  71 ++++++++++++
playbooks/grenade-ml2/run.yaml                     |   1 +
.../drop-python2-support-69426c4772d17f4b.yaml     |   4 +
releasenotes/source/conf.py                        |  15 ---
releasenotes/source/index.rst                      |   1 +
releasenotes/source/train.rst                      |   6 +
setup.cfg                                          |   9 +-
tox.ini                                            |  27 +++--
26 files changed, 268 insertions(+), 200 deletions(-)







More information about the Release-announce mailing list