57e5840710
Neutron tag mechanism now supports network, subnet, port, subnetpool and router. Tag support for more resources is planned. This commit introduces a common mixin class to implement tag operation and individual resource consumes it. To support tag remove, network unset command is added. Implements blueprint neutron-client-tag Change-Id: Iad59d052f46896d27d73c22d6d4bb3df889f2352
14 lines
636 B
YAML
14 lines
636 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for ``tags`` to the following resources:
|
|
``network``, ``subnet``, ``port``, ``router`` and ``subnet pool``.
|
|
[Blueprint :oscbp:`neutron-client-tag`]
|
|
|
|
- Add ``--tag`` and ``--no-tag`` options to corresponding "create" commands.
|
|
- Add ``--tag`` and ``--no-tag`` options to corresponding "set" commands.
|
|
- Add ``--tag`` and ``--all-tag`` options to corresponding "unset" commands.
|
|
(``network unset`` command is introduced to support the tag operation)
|
|
- Add ``--tags``, ``--any-tags``, ``--not-tags`` and ``--not-any-tags``
|
|
options to corresponding "list" commands.
|