summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-06 09:26:14 +0000
committerGerrit Code Review <review@openstack.org>2016-03-06 09:26:14 +0000
commit8787ad2b49cdb1043a6c5c5b6bad10e54068aeaf (patch)
treef20b6f260525aec64e37aa9bf1d230dd56c2fc97
parent67969e438c15574af5acc3dc782c751788fb8593 (diff)
parent46e86e5a4a8f147b02559d6e612a57bc7ced7171 (diff)
downloadpython-openstackclient-8787ad2b49cdb1043a6c5c5b6bad10e54068aeaf.tar.gz
Merge "Add release note for security group set refactor"
-rw-r--r--releasenotes/notes/bug-1519511-74bab0e0d32db043.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/releasenotes/notes/bug-1519511-74bab0e0d32db043.yaml b/releasenotes/notes/bug-1519511-74bab0e0d32db043.yaml
index 1a70c797..ca66b64a 100644
--- a/releasenotes/notes/bug-1519511-74bab0e0d32db043.yaml
+++ b/releasenotes/notes/bug-1519511-74bab0e0d32db043.yaml
@@ -1,7 +1,10 @@
---
fixes:
- - |
- Ignore the ``security group list`` command ``--all-projects`` option
+ - Ignore the ``security group list`` command ``--all-projects`` option
for Network v2 since security groups will be displayed for all projects
by default (admin only).
[Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]
+ - The ``security group set`` command now uses Network v2 when
+ enabled which allows the security group name and description
+ to be set to an empty value.
+ [Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]