diff options
| author | zhanghongtao <zhanghongtao0826@126.com> | 2017-07-25 15:48:27 +0800 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-07-25 09:56:50 -0500 |
| commit | 470a1f1acfe261357fc3125b2db3bc6ec10c654e (patch) | |
| tree | efe4dd9a783784696d11c7add1f02ab9f2d7b1d8 /releasenotes/notes | |
| parent | ad21588b20bba71da5d0d6bd88aa2530d656a9da (diff) | |
| download | python-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.yaml | 5 |
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. |
