diff options
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/credential.rst | 19 |
1 files changed, 17 insertions, 2 deletions
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 <type> - New credential type + New credential type: cert, ec2 .. option:: --project <project> @@ -59,6 +59,21 @@ List credentials .. code:: bash openstack credential list + [--user <user> [--user-domain <user-domain>]] + [--type <type>] + +.. option:: --user <user> + + Filter credentials by <user> (name or ID) + +.. option:: --user-domain <user-domain> + + Domain the user belongs to (name or ID). This can be + used in case collisions between user names exist. + +.. option:: --type <type> + + Filter credentials by type: cert, ec2 credential set -------------- @@ -81,7 +96,7 @@ Set credential properties .. option:: --type <type> - New credential type + New credential type: cert, ec2 .. option:: --data <data> |
