96f0142b80
Tag mechanism supports network, subnet, port, subnetpool router resources only. This patch allow tag mechanism to support resources with standard attribute. Two old extenions are kept because of backward compatibility. They will be removed in Queens release. APIImpact: Tag is supported by resources with standard attribute DocImpact: allow users to set tags on resources with standard attribute Change-Id: Id7bb13b5beb58c313eea94ca03835d3daf5c94bc Closes-Bug: #1682775
10 lines
457 B
YAML
10 lines
457 B
YAML
---
|
|
features:
|
|
- The resource tag mechanism is refactored so that the tag support
|
|
for new resources can be supported easily.
|
|
The resources with tag support are network, subnet, port, subnetpool,
|
|
trunk, floatingip, policy, security_group, and router.
|
|
deprecations:
|
|
- Users can use 'tagging' extension instead of the 'tag' extension and
|
|
'tag-ext' extension. Those extensions are now deprecated and will be
|
|
removed in the Queens release. |