A request token is used by the Identity service’s OS-OAUTH1 extension. It is used by the consumer to request access tokens. Applicable to Identity v3.
Create a request token
openstack request token create
--consumer-key <consumer-key>
--consumer-secret <consumer-secret>
--project <project>
[--domain <domain>]
Consumer key (required)
Consumer secret (required)
Project that consumer wants to access (name or ID) (required)
Domain owning <project> (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.