Correct keystone token expiration time

As noted in the bug below, the api quick start page
claims that keystone tokens expire every 24 hours,
though as noted in the "Description of token configuration options"
http://docs.openstack.org/mitaka/config-reference/identity/options.html
page, the default token expiration time is only
1 hour (3600 seconds).

This corrects the api quick start guide
and adds a quick note on where people can
configure it differently if needed.

Change-Id: I7dc58691b3bcf30a114a6c1e5c8220db4b2fe4e1
Closes-Bug: #1603271
This commit is contained in:
Ryan Selden 2016-07-22 17:28:40 +00:00 committed by Anne Gentle
parent 85ac995384
commit 3b156bc49d

View File

@ -348,7 +348,11 @@ Export the token ID to the ``OS_TOKEN`` environment variable. For example:
export OS_TOKEN=4b57c7d386a7438b829d1a8922e0eaab
The token expires every 24 hours.
The token expires every hour by default,
though it can be configured differently - see
the ``expiration`` option in the
``Description of token configuration options`` section of the
`Identity Service Configuration <http://docs.openstack.org/mitaka/config-reference/identity/options.html#keystone-token>`__ page.
Export the tenant name to the ``OS_TENANT_NAME`` environment variable. For example: