python-openstackclient/releasenotes/notes/bug-1519511-65d8d21dde31e5e2.yaml
Richard Theis a7c76878da Add project options to security group create
Add the --project and --project-domain options to the
'os security group create' command. These options are for Network v2
only.

Change-Id: I9e1667080a1a49389d51ade2e76a08b08a09870b
Closes-Bug: #1519511
Implements: blueprint neutron-client
2016-03-11 08:28:53 -06:00

6 lines
193 B
YAML

---
features:
- Add ``--project`` and ``--project-domain`` options to the
``security group create`` command for Network v2.
[Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]