We are gleeful to announce the release of: neutron 21.1.2: OpenStack Networking This release is part of the zed stable release series. The source is available from: https://opendev.org/openstack/neutron Download the package from: https://tarballs.openstack.org/neutron/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron 21.1.1..21.1.2 --------------------------------- bba43f1e09 [OVN][Trunk] Add port binding info on subport when parent is bound f1559037f7 [S-RBAC] Fix policies for CUD subnets APIs 5bd7cec099 Delete the "Chassis_Private" register when deleting an agent b5329788e0 Return 409 Conflict to tenant user deleting port attached to FIP d8643fafc7 Make DB migration creating indexes in RBACs conditional ba1b4bb08e [OVN][Migration] Enable settings backup subnet for NFS clients e8a00b9c52 Handle no more IP addresses available during a network sync Diffstat (except docs and test files) ------------------------------------- neutron/conf/policies/subnet.py | 13 +++-- neutron/db/l3_db.py | 24 +++++++++- .../expand/ba859d649675_add_indexes_to_rbacs.py | 26 +++++++++- .../ml2/drivers/ovn/mech_driver/mech_driver.py | 9 ++++ .../drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py | 4 ++ neutron/services/trunk/drivers/ovn/trunk_driver.py | 30 ++++++++++-- .../test_ba859d649675_add_indexes_to_rbacs.py | 55 ++++++++++++++++++++++ .../drivers/ovn/mech_driver/test_mech_driver.py | 22 +++++++-- .../trunk/drivers/ovn/test_trunk_driver.py | 50 ++++++++++++++------ .../trunk/drivers/ovn/test_trunk_driver.py | 2 + .../tripleo_environment/ovn_migration.sh | 4 +- .../playbooks/roles/recovery-backup/tasks/main.yml | 1 + 16 files changed, 288 insertions(+), 33 deletions(-)
participants (1)
-
no-reply@openstack.org