python-openstackclient/releasenotes/notes/bug-1519512-48d98f09e44220a3.yaml
Richard Theis a5a9caea2b Add project options to security group rule create
Add the --project and --project-domain options to the
'os security group rule create' command. These options
are for Network v2 only.

Change-Id: Ie3e136be076f0f2c22fbe7048d1d6eaebf5aa655
Partial-Bug: #1519512
Implements: blueprint neutron-client
2016-04-11 10:05:24 -05:00

8 lines
355 B
YAML

---
features:
- Add ``--ingress``, ``--egress``, ``--ethertype``, ``--project``
and ``--project-domain`` options to the ``security group rule create``
command for Network v2 only. These options enable ``egress`` and
``IPv6`` security group rules along with setting the project.
[Bug `1519512 <https://bugs.launchpad.net/bugs/1519512>`_]