summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-25 15:16:05 +0000
committerGerrit Code Review <review@openstack.org>2018-06-25 15:16:05 +0000
commit4bde9af89251431791fc8d69fe09d5e17a8fba8f (patch)
treedf0928c1e202b98cf903460bc71768e1db9f1bf7 /releasenotes/notes
parent5d2bd2a7380645bafb0f51e812752754c45ac88f (diff)
parentaaed4b315fa1e86b1ddf73201b5350dbdb4a660e (diff)
downloadpython-openstackclient-4bde9af89251431791fc8d69fe09d5e17a8fba8f.tar.gz
Merge "Network: Add tag support for security group"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1750983-420945d6c0afb509.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml b/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml
new file mode 100644
index 00000000..2c37d88f
--- /dev/null
+++ b/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Add supports tagging for Network security group.
+ Add ``tag``, ``no-tag`` to ``security group create`` and ``security group set`` commands.
+ Add ``tags``, ``any-tags``, ``not-tags``, ``not-any-tags`` to ``security group list`` command.
+ Add ``tag`` and ``all-tag`` to ``security group unset`` command.
+ [Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]