2016-07-13 17:33:52 +08:00
|
|
|
==========
|
2016-05-14 13:22:13 -03:00
|
|
|
credential
|
2016-07-13 17:33:52 +08:00
|
|
|
==========
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2015-01-09 19:12:18 -05:00
|
|
|
Identity v3
|
|
|
|
|
2016-05-14 13:22:13 -03:00
|
|
|
credential create
|
2016-07-13 17:33:52 +08:00
|
|
|
-----------------
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2016-07-13 17:33:52 +08:00
|
|
|
Create new credential
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2016-07-13 17:33:52 +08:00
|
|
|
.. program:: credential create
|
2014-11-17 22:59:57 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:03:29 +08:00
|
|
|
openstack credential create
|
2016-07-13 17:33:52 +08:00
|
|
|
[--type <type>]
|
|
|
|
[--project <project>]
|
|
|
|
<user> <data>
|
|
|
|
|
|
|
|
.. option:: --type <type>
|
|
|
|
|
2017-11-17 11:39:15 +08:00
|
|
|
New credential type: cert, ec2, totp and so on
|
2016-07-13 17:33:52 +08:00
|
|
|
|
|
|
|
.. option:: --project <project>
|
|
|
|
|
|
|
|
Project which limits the scope of the credential (name or ID)
|
|
|
|
|
|
|
|
.. _credential_create:
|
|
|
|
.. describe:: <user>
|
|
|
|
|
|
|
|
User that owns the credential (name or ID)
|
|
|
|
|
|
|
|
.. describe:: <data>
|
|
|
|
|
|
|
|
New credential data
|
|
|
|
|
|
|
|
credential delete
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
Delete credential(s)
|
|
|
|
|
|
|
|
.. program:: credential delete
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:03:29 +08:00
|
|
|
openstack credential delete
|
2016-07-13 17:33:52 +08:00
|
|
|
<credential-id> [<credential-id> ...]
|
|
|
|
|
|
|
|
.. _credential_delete:
|
|
|
|
.. describe:: <credential-id>
|
|
|
|
|
|
|
|
ID(s) of credential to delete
|
|
|
|
|
|
|
|
credential list
|
|
|
|
---------------
|
|
|
|
|
|
|
|
List credentials
|
|
|
|
|
|
|
|
.. program:: credential list
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:03:29 +08:00
|
|
|
openstack credential list
|
2017-07-25 15:48:27 +08:00
|
|
|
[--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>
|
|
|
|
|
2017-11-17 11:39:15 +08:00
|
|
|
Filter credentials by type: cert, ec2, totp and so on
|
2016-07-13 17:33:52 +08:00
|
|
|
|
|
|
|
credential set
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Set credential properties
|
|
|
|
|
|
|
|
.. program:: credential set
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:03:29 +08:00
|
|
|
openstack credential set
|
2016-07-13 17:33:52 +08:00
|
|
|
[--user <user>]
|
|
|
|
[--type <type>]
|
|
|
|
[--data <data>]
|
|
|
|
[--project <project>]
|
|
|
|
<credential-id>
|
|
|
|
|
|
|
|
.. option:: --user <user>
|
|
|
|
|
|
|
|
User that owns the credential (name or ID)
|
|
|
|
|
|
|
|
.. option:: --type <type>
|
|
|
|
|
2017-11-17 11:39:15 +08:00
|
|
|
New credential type: cert, ec2, totp and so on.
|
2016-07-13 17:33:52 +08:00
|
|
|
|
|
|
|
.. option:: --data <data>
|
|
|
|
|
|
|
|
New credential data
|
|
|
|
|
|
|
|
.. option:: --project <project>
|
|
|
|
|
|
|
|
Project which limits the scope of the credential (name or ID)
|
|
|
|
|
|
|
|
.. _credential_set:
|
|
|
|
.. describe:: <credential-id>
|
|
|
|
|
|
|
|
ID of credential to change
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2016-05-14 13:22:13 -03:00
|
|
|
credential show
|
2016-07-13 17:33:52 +08:00
|
|
|
---------------
|
|
|
|
|
|
|
|
Display credential details
|
2014-11-17 22:59:57 -06:00
|
|
|
|
2016-07-13 17:33:52 +08:00
|
|
|
.. program:: credential show
|
2014-11-17 22:59:57 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:03:29 +08:00
|
|
|
openstack credential show
|
2016-07-13 17:33:52 +08:00
|
|
|
<credential-id>
|
|
|
|
|
|
|
|
.. _credential_show:
|
|
|
|
.. describe:: <credential-id>
|
|
|
|
|
|
|
|
ID of credential to display
|