We contentedly announce the release of: neutron-lib 3.1.0: Neutron shared routines and utilities This release is part of the zed 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. 3.1.0 ^^^^^ New Features * Add API extension "fip-pf-detail". This extension indicates the list floating ip api will return port forwarding's "id" and "internal_port_id". * Add API extension "network-cascade-delete" that allows users to automatically delete all associated ports when deleting networks. Changes in neutron-lib 3.0.0..3.1.0 ----------------------------------- 9c90f78 Add floating-ip-port-forwarding-detail shim extension 5bea05d Update meaning for router:external 19cb070 Network Cascade Deletion Extension 5b1dab0 [sqlalchemy-20] Use session.transaction information to decide if active Diffstat (except docs and test files) ------------------------------------- api-ref/source/v2/floatingips.inc | 6 ++++ api-ref/source/v2/networks.inc | 7 +++++ api-ref/source/v2/parameters.yaml | 10 ++++--- .../floatingips/floating-ips-list-response.json | 8 ++++-- neutron_lib/api/definitions/__init__.py | 4 +++ neutron_lib/api/definitions/fip_pf_detail.py | 32 ++++++++++++++++++++++ .../api/definitions/network_cascade_delete.py | 26 ++++++++++++++++++ neutron_lib/db/api.py | 6 ++-- .../api/definitions/test_network_cascade_delete.py | 18 ++++++++++++ ...d-fip-pf-detail-extension-fa8cd3b3857901d7.yaml | 6 ++++ ...cade-delete-api-extension-f418e44b37c2b2ed.yaml | 6 ++++ 11 files changed, 120 insertions(+), 9 deletions(-)
participants (1)
-
no-reply@openstack.org