summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2017-04-29 00:32:32 +0000
committerAkihiro Motoki <amotoki@gmail.com>2017-07-23 21:54:32 +0000
commit57e5840710c3b2b74d31bfd6a0da739e0fc747ed (patch)
tree93fbb66cdc78f93062c4be7bddd8c8d8e45ff365 /releasenotes
parente889ba1524c7e48a86ef41361a17cdb93b9942c2 (diff)
downloadpython-openstackclient-57e5840710c3b2b74d31bfd6a0da739e0fc747ed.tar.gz
Network tag support
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-neutron-client-tag-ff24d13e5c70e052.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-neutron-client-tag-ff24d13e5c70e052.yaml b/releasenotes/notes/bp-neutron-client-tag-ff24d13e5c70e052.yaml
new file mode 100644
index 00000000..4addd07b
--- /dev/null
+++ b/releasenotes/notes/bp-neutron-client-tag-ff24d13e5c70e052.yaml
@@ -0,0 +1,13 @@
+---
+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.