From 470a1f1acfe261357fc3125b2db3bc6ec10c654e Mon Sep 17 00:00:00 2001 From: zhanghongtao Date: Tue, 25 Jul 2017 15:48:27 +0800 Subject: 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 --- doc/source/cli/command-objects/credential.rst | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'doc/source/cli/command-objects/credential.rst') diff --git a/doc/source/cli/command-objects/credential.rst b/doc/source/cli/command-objects/credential.rst index 0b835c73..47c847c8 100644 --- a/doc/source/cli/command-objects/credential.rst +++ b/doc/source/cli/command-objects/credential.rst @@ -19,7 +19,7 @@ Create new credential .. option:: --type - New credential type + New credential type: cert, ec2 .. option:: --project @@ -59,6 +59,21 @@ List credentials .. code:: bash openstack credential list + [--user [--user-domain ]] + [--type ] + +.. option:: --user + + Filter credentials by (name or ID) + +.. option:: --user-domain + + Domain the user belongs to (name or ID). This can be + used in case collisions between user names exist. + +.. option:: --type + + Filter credentials by type: cert, ec2 credential set -------------- @@ -81,7 +96,7 @@ Set credential properties .. option:: --type - New credential type + New credential type: cert, ec2 .. option:: --data -- cgit v1.2.1