diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-03-22 16:14:21 -0500 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-03-28 12:25:51 -0500 |
| commit | c5b58a47b0178cca0ab4a5b4a6329bd7ec9d42fa (patch) | |
| tree | 2df4632f1df901ed8495d2915266696bb00db62f /releasenotes | |
| parent | 5f55e99d464b2ca0a9f1cf879164b2cc2bb23fc5 (diff) | |
| download | python-openstackclient-c5b58a47b0178cca0ab4a5b4a6329bd7ec9d42fa.tar.gz | |
Refactor security group rule list to use SDK
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bug-1519512-65df002102b7fb99.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1519512-65df002102b7fb99.yaml b/releasenotes/notes/bug-1519512-65df002102b7fb99.yaml new file mode 100644 index 00000000..b5f5fbb5 --- /dev/null +++ b/releasenotes/notes/bug-1519512-65df002102b7fb99.yaml @@ -0,0 +1,12 @@ +--- +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>`_] |
