
Refactored the 'os security group rule list' command to use the SDK when neutron is enabled, but continue to use the nova client when nova network is enabled. In addition, a release note was added to document the features and fixes resulting from this refactor. Change-Id: I24d04b720102ed1c60776e1ca67d4ca20e31b663 Partial-Bug: #1519512 Implements: blueprint neutron-client
13 lines
559 B
YAML
13 lines
559 B
YAML
---
|
|
features:
|
|
- The ``security group rule list`` command now uses Network v2
|
|
when enabled which results in ``egress`` security group rules
|
|
being displayed. In addition, security group rules for all
|
|
projects will be displayed when the ``group`` argument is not
|
|
specified (admin only).
|
|
[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>`_]
|