From 3b156bc49de698ed16bc295b0be9672956549057 Mon Sep 17 00:00:00 2001 From: Ryan Selden Date: Fri, 22 Jul 2016 17:28:40 +0000 Subject: [PATCH] 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 --- api-quick-start/source/api-quick-start.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-quick-start/source/api-quick-start.rst b/api-quick-start/source/api-quick-start.rst index 2fdeee9bd..c8443e33c 100644 --- a/api-quick-start/source/api-quick-start.rst +++ b/api-quick-start/source/api-quick-start.rst @@ -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 `__ page. Export the tenant name to the ``OS_TENANT_NAME`` environment variable. For example: