summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDongcan Ye <hellochosen@gmail.com>2018-02-24 09:13:48 +0000
committerDongcan Ye <hellochosen@gmail.com>2018-06-14 01:01:58 +0000
commitaaed4b315fa1e86b1ddf73201b5350dbdb4a660e (patch)
treea269d0099c7024954fdba2b12a2b56ff29576258 /releasenotes
parent7505831e813bf2dc90361930f2837e77e376768f (diff)
downloadpython-openstackclient-aaed4b315fa1e86b1ddf73201b5350dbdb4a660e.tar.gz
Network: Add tag support for security group
Change-Id: Icccb23429913724c6a8bd15d4737672b47a5f13a Closes-Bug: #1750983
Diffstat (limited to 'releasenotes')
-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>`_]