Identity v3
Create new credential
openstack credential create
[--type <type>]
[--project <project>]
<user>
<data>
New credential type: cert, ec2, totp and so on
Project which limits the scope of the credential (name or ID)
user that owns the credential (name or ID)
New credential data
Delete credential(s)
openstack credential delete <credential-id> [<credential-id> ...]
ID of credential(s) to delete
List credentials
openstack credential list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--user <user>]
[--user-domain <user-domain>]
[--type <type>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Filter credentials by <user> (name or ID)
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
Filter credentials by type: cert, ec2, totp and so on
Set credential properties
openstack credential set
--user <user>
--type <type>
--data <data>
[--project <project>]
<credential-id>
User that owns the credential (name or ID)
New credential type: cert, ec2, totp and so on
New credential data
Project which limits the scope of the credential (name or ID)
ID of credential to change
Display credential details
openstack credential show <credential-id>
ID of credential to display
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.