Files
python-openstackclient/releasenotes/notes/credential_list_user_type-c809e5b8014d6275.yaml
zhanghongtao 470a1f1acf 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
2017-07-25 09:56:50 -05:00

6 lines
145 B
YAML

---
features:
- |
Add ``--user`` and ``--type`` option to ``credential list`` command
to filter list result by different user or type.