Identity v3
Create new credential
.. program:: credential create
openstack credential create
[--type <type>]
[--project <project>]
<user> <data>.. option:: --type <type>
New credential type
.. option:: --project <project>
Project which limits the scope of the credential (name or ID)
.. describe:: <user>
User that owns the credential (name or ID)
.. describe:: <data>
New credential data
Delete credential(s)
.. program:: credential delete
openstack credential delete
<credential-id> [<credential-id> ...].. describe:: <credential-id>
ID(s) of credential to delete
List credentials
.. program:: credential list
openstack credential listSet credential properties
.. program:: credential set
openstack credential set
[--user <user>]
[--type <type>]
[--data <data>]
[--project <project>]
<credential-id>.. option:: --user <user>
User that owns the credential (name or ID)
.. option:: --type <type>
New credential type
.. option:: --data <data>
New credential data
.. option:: --project <project>
Project which limits the scope of the credential (name or ID)
.. describe:: <credential-id>
ID of credential to change
Display credential details
.. program:: credential show
openstack credential show
<credential-id>.. describe:: <credential-id>
ID of credential to display