summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorzhanghongtao <zhanghongtao0826@126.com>2017-07-25 15:48:27 +0800
committerDean Troyer <dtroyer@gmail.com>2017-07-25 09:56:50 -0500
commit470a1f1acfe261357fc3125b2db3bc6ec10c654e (patch)
treeefe4dd9a783784696d11c7add1f02ab9f2d7b1d8 /releasenotes/notes
parentad21588b20bba71da5d0d6bd88aa2530d656a9da (diff)
downloadpython-openstackclient-470a1f1acfe261357fc3125b2db3bc6ec10c654e.tar.gz
Add optional parameter "user_id" and "type" to list credentials
In keystone version 3.5, "type" optional attribute has been added to list credentials. This patch add "user_id" and "type" optional parameter in openstack client. Change-Id: Ia09ee7c39204fdff2dfd7b9b606d888d007caac5
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/credential_list_user_type-c809e5b8014d6275.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/credential_list_user_type-c809e5b8014d6275.yaml b/releasenotes/notes/credential_list_user_type-c809e5b8014d6275.yaml
new file mode 100644
index 00000000..e6280358
--- /dev/null
+++ b/releasenotes/notes/credential_list_user_type-c809e5b8014d6275.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``--user`` and ``--type`` option to ``credential list`` command
+ to filter list result by different user or type.