python-openstackclient/releasenotes/notes/bug-1519512-65df002102b7fb99.yaml
Richard Theis 94c9cd5c66 Add options to security group rule list
Add the following options to the 'os security group rule list'
command:
  --long: Display direction and ethertype for Network v2
  --all-projects: Display information from all projects for Compute v2

Change-Id: If8a1cbd7669cdfa6577d6d2f6fffd9e999a39a82
Partial-Bug: #1519512
Implements: blueprint neutron-client
2016-04-18 14:03:22 -05:00

17 lines
792 B
YAML

---
features:
- The ``security group rule list`` command now uses Network v2
when enabled which results in ``egress`` security group rules
being displayed. The ``--long`` option was also added for
Network v2 to display direction and ethertype information.
In addition, security group rules for all projects will be
displayed when the ``group`` argument is not specified
(admin only). This is done by default when using Network v2,
but requires the new ``--all-projects`` option when using
Compute v2.
[Bug `1519512 <https://bugs.launchpad.net/bugs/1519512>`_]
fixes:
- The ``security group rule list`` command no longer ignores
the ``group`` argument when it is set to an empty value.
[Bug `1519512 <https://bugs.launchpad.net/bugs/1519512>`_]