python-openstackclient/releasenotes/notes/bug-1612136-051b5f94796e3b51.yaml
Nguyen Phuong An 66a04abd58 Add security groups options to "port create/set/unset"
This patch adds '--security-group' and '--no-security-group'
options to "port create", "port set" and "port unset" commands.

Change-Id: Iff60d8f29227017b0a3966efca6cdecba69abcea
Partial-Bug: #1612136
Partially-Implements: blueprint network-commands-options
2016-10-12 09:03:07 +07:00

7 lines
237 B
YAML

---
features:
- |
Add ``--security-group`` and ``--no-security-group`` options to
``port create``, ``port set`` and ``port unset`` commands.
[Bug `1612136 <https://bugs.launchpad.net/python-openstackclient/+bug/1612136>`_]