neutron/releasenotes/notes/tag-pluggin-post-method-c0bc38f1a8b93861.yaml
Rodolfo Alonso Hernandez 5a558b7d13 Add new "tagging" API method: create (POST)
This new method allows to create multiple tags for a single resource.
The tags are passed as arguments in the ``POST`` call. That solves
the issue with the usage of URI reserved characters in the name of
the tags.

Bumped neutron-lib library to version 3.15.0, that contains [1].

[1]https://review.opendev.org/c/openstack/neutron-lib/+/924700

APIImpact add create method for service pluging "tagging"
Closes-Bug: #2073836

Change-Id: I9709da13c321695f324fe8d6c1cdc03756660a03
2024-09-06 07:11:15 +00:00

9 lines
357 B
YAML

---
features:
- |
Added a new shim extension ``tag-creation``. This extension informs about
a new API definition in the tag plugin that allows to send ``POST``
requests. Now it is possible to create new tags, passing the value of the
tags as an argument of the call. That resolves formatting issues when
using URI reserved characters.