summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-neutron-client-tag-ff24d13e5c70e052.yaml13
-rw-r--r--releasenotes/notes/credential_list_user_type-c809e5b8014d6275.yaml5
2 files changed, 18 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.
diff --git a/releasenotes/notes/credential_list_user_type-c809e5b8014d6275.yaml b/releasenotes/notes/credential_list_user_type-c809e5b8014d6275.yaml
new file mode 100644
index 00000000..e6280358
--- /dev/null
+++ b/releasenotes/notes/credential_list_user_type-c809e5b8014d6275.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``--user`` and ``--type`` option to ``credential list`` command
+ to filter list result by different user or type.