Identity v3
Create new credential
openstack credential create
[--type <type>]
[--project <project>]
<user> <data>
New credential type
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(s) of credential to delete
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
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