mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Added command docs, and changed request token to take in name or id of a project, and also support a domain option. Change-Id: I87363274e5b7a0c687e234f5a4bcaaf166d28840
37 lines
690 B
ReStructuredText
37 lines
690 B
ReStructuredText
=============
|
|
request token
|
|
=============
|
|
|
|
Identity v3
|
|
|
|
`Requires: OS-OAUTH1 extension`
|
|
|
|
request token create
|
|
--------------------
|
|
|
|
Create a request token
|
|
|
|
.. program:: request token create
|
|
.. code:: bash
|
|
|
|
os request token create
|
|
--consumer-key <consumer-key>
|
|
--consumer-secret <consumer-secret>
|
|
--project <project>
|
|
[--domain <domain>]
|
|
|
|
.. option:: --consumer-key <consumer-key>
|
|
|
|
Consumer key (required)
|
|
|
|
.. option:: --description <description>
|
|
|
|
Consumer secret (required)
|
|
|
|
.. option:: --project <project>
|
|
|
|
Project that consumer wants to access (name or ID) (required)
|
|
|
|
.. option:: --domain <domain>
|
|
|
|
Domain owning <project> (name or ID)
|