summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2015-12-03 11:20:07 -0600
committerSteve Martinelli <stevemar@ca.ibm.com>2015-12-14 14:48:19 -0500
commit079123bb0b29fba19fa1b12d545493cbbd2d7024 (patch)
treef5c9a77a2ce179f79773a979cd9eff2c392c056b /releasenotes
parent785caf503f9c275cb1cd106d57555c8ab0ac6b0f (diff)
downloadpython-openstackclient-079123bb0b29fba19fa1b12d545493cbbd2d7024.tar.gz
Remote security group name not displayed for rule
The 'security group rule list' command was updated to display the remote security group name for a security group rule. This was done via a new 'Remote Security Group' column. The output of the 'security group rule create' and 'security group show' commands was also updated to include 'remote_security_group' information instead of the raw 'group' information returned from the API layer. Change-Id: I5f9600338c8331966d2c658109a24b502c538106 Closes-Bug: #1520003
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1520003-505af921c8afffc9.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1520003-505af921c8afffc9.yaml b/releasenotes/notes/bug-1520003-505af921c8afffc9.yaml
new file mode 100644
index 00000000..ca94b958
--- /dev/null
+++ b/releasenotes/notes/bug-1520003-505af921c8afffc9.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Add remote security group to `os security group rule list`
+ [Bug `1520003 <https://bugs.launchpad.net/bugs/1520003>`_]