summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-17 20:15:53 +0000
committerGerrit Code Review <review@openstack.org>2018-04-17 20:15:53 +0000
commitc99b9a3e08a898f12ac88042080fd9766ab71c22 (patch)
treeed2d30476d594a169ff366ac94988aecd4334a19
parent7a9d37290293605e853991f1b05b1d90ae917063 (diff)
parent64a4a987357696115bd13b3339a85534c6ce9343 (diff)
downloadtrove-c99b9a3e08a898f12ac88042080fd9766ab71c22.tar.gz
Merge "Enable longer Keystone token life" into stable/pike
-rw-r--r--devstack/plugin.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index e64e8b0d..dc0f1b87 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -119,6 +119,9 @@ function configure_keystone_token_life() {
KEYSTONE_TOKEN_LIFE=${KEYSTONE_TOKEN_LIFE:-10800}
iniset $KEYSTONE_CONF token expiration ${KEYSTONE_TOKEN_LIFE}
echo "configure_keystone_token_life: setting keystone token life to ${KEYSTONE_TOKEN_LIFE}"
+ echo "configure_keystone_token_life: restarting Keystone"
+ stop_keystone
+ start_keystone
}
# configure_nova_kvm() - update the nova hypervisor configuration if possible