We are tickled pink to announce the release of: neutron-lib 3.15.0: Neutron shared routines and utilities This release is part of the dalmatian 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.15.0 ^^^^^^ New Features * The "tag-creation" shim extension API definition enables the creation of multiple tags for a single resource using a "POST" request. The value of the tags is passed as an argument of the call. Changes in neutron-lib 3.14.1..3.15.0 ------------------------------------- d69eae3 Fix python modules docs build 551bcff Add API extension ``tag-creation`` Diffstat (except docs and test files) ------------------------------------- .../source/v2/samples/tag/tag-create-request.json | 6 +++ api-ref/source/v2/tags.inc | 26 +++++++++++++ neutron_lib/api/definitions/__init__.py | 2 + neutron_lib/api/definitions/base.py | 1 + neutron_lib/api/definitions/tag_creation.py | 28 ++++++++++++++ neutron_lib/placement/utils.py | 44 ++++++++++++++++------ .../unit/api/definitions/test_tag_creation.py | 21 +++++++++++ .../notes/tag-creation-1ba476d17e3de502.yaml | 5 +++ 11 files changed, 138 insertions(+), 13 deletions(-)
participants (1)
-
no-reply@openstack.org