Add release note for security group set refactor

Add a release note for [1].

[1] https://review.openstack.org/#/c/287763/

Change-Id: I30812c3ead477267dc7e3dc774c09b3435152eb9
Partial-Bug: #1519511
Implements: blueprint neutron-client
This commit is contained in:
Richard Theis 2016-03-05 07:33:24 -06:00
parent 0b2c4b1f32
commit 46e86e5a4a
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
--- ---
fixes: 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 for Network v2 since security groups will be displayed for all projects
by default (admin only). by default (admin only).
[Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_] [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>`_]