We are satisfied to announce the release of: neutron-lib 2.2.0: Neutron shared routines and utilities This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/neutron-lib Download the package from: https://pypi.org/project/neutron-lib Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. 2.2.0 ^^^^^ New Features * Added API definition for "rbac-address-scope" extension, which allows sharing address scope between tenants via the network RBAC mechanism. * Added API definition for "rbac-subnetpool" extension, which allows sharing subnetpool between tenants via the network RBAC mechanism. Changes in neutron-lib 2.1.0..2.2.0 ----------------------------------- cbd4e77 Revert "Remove warning message when using old and new engine facade" 77b761d Remove warning message when using old and new engine facade 80bccac Fix definition of the fip_pf_description api extension edfb80f Add is_sort_key for vpnaas attribute maps ae5eb24 Introduce rbac-subnetpool api extension 1dfa07c Introduce rbac-address-scope api extension c099a22 Update the minversion parameter. Diffstat (except docs and test files) ------------------------------------- api-ref/source/v2/parameters.yaml | 10 +++++---- api-ref/source/v2/rbac-policy.inc | 6 +++++ neutron_lib/api/definitions/__init__.py | 4 ++++ neutron_lib/api/definitions/base.py | 2 ++ neutron_lib/api/definitions/fip_pf_description.py | 26 +++++++++++++--------- neutron_lib/api/definitions/rbac_address_scope.py | 25 +++++++++++++++++++++ neutron_lib/api/definitions/rbac_subnetpool.py | 25 +++++++++++++++++++++ neutron_lib/api/definitions/vpn.py | 17 ++++++++++---- .../test_floating_ip_port_forwarding_extension.py | 2 +- .../api/definitions/test_rbac_address_scope.py | 18 +++++++++++++++ .../unit/api/definitions/test_rbac_subnetpool.py | 18 +++++++++++++++ .../add-rbac-address-scope-dc4683772b205632.yaml | 4 ++++ .../add-rbac-subnetpool-bb63d4cef1d06e73.yaml | 4 ++++ tox.ini | 2 +- 14 files changed, 142 insertions(+), 21 deletions(-)