summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2016-03-17 12:58:44 -0500
committerRichard Theis <rtheis@us.ibm.com>2016-03-23 10:05:08 -0500
commit2109bce85a40da3e3cbebed1cac661611564ccb2 (patch)
tree51ebcd04762d11cc82714ef71f9e91104b0ec923 /releasenotes
parentd90650796217fbb9cdd19297ee6ff59f0e009413 (diff)
downloadpython-openstackclient-2109bce85a40da3e3cbebed1cac661611564ccb2.tar.gz
Support security group name for --src-group
Support security group name for the "--src-group" option on the "os security group rule create" command. Change-Id: Ic23d0671dad77566269c9a588644c8d774368733 Closes-Bug: #1540656
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1540656-f7b7b7e3feef2440.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1540656-f7b7b7e3feef2440.yaml b/releasenotes/notes/bug-1540656-f7b7b7e3feef2440.yaml
new file mode 100644
index 00000000..4abb2844
--- /dev/null
+++ b/releasenotes/notes/bug-1540656-f7b7b7e3feef2440.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - The ``security group rule create`` command now supports a security
+ group name for the ``--src-group`` option.
+ [Bug `1540656 <https://bugs.launchpad.net/bugs/1540656>`_]