summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorguiyanxing <guiyanxing@cmss.chinamobile.com>2016-12-08 15:17:53 +0800
committerguiyanxing <guiyanxing@cmss.chinamobile.com>2016-12-21 09:43:07 +0800
commitaf7129cda33dcd4ac784097ddb4f119e145c40d5 (patch)
treee893fd86ee7b74c84c37c680e656c839400de244 /releasenotes
parent1b3f953715ec592ee366b717c9eb6ab5c504acf9 (diff)
downloadpython-openstackclient-af7129cda33dcd4ac784097ddb4f119e145c40d5.tar.gz
Add '--type'and other options to network rbac list
This patch adds '--type','--action','--long' filtering options to network rbac list command Change-Id: I21846820ab223bb7832e89eb2d7658bbec271aec Closes-Bug: #1648307 Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1648307-a2c6d7698e927449.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1648307-a2c6d7698e927449.yaml b/releasenotes/notes/bug-1648307-a2c6d7698e927449.yaml
new file mode 100644
index 00000000..2e426948
--- /dev/null
+++ b/releasenotes/notes/bug-1648307-a2c6d7698e927449.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Add ``--type``, ``--action``, ``--long`` options
+ to ``network rbac list`` command
+ [Bug `1648307 <https://bugs.launchpad.net/bugs/1648307>`_]