5a558b7d13
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
9 lines
357 B
YAML
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.
|