Merge "Enable longer Keystone token life" into stable/pike

This commit is contained in:
Zuul 2018-04-17 20:15:53 +00:00 committed by Gerrit Code Review
commit c99b9a3e08
1 changed files with 3 additions and 0 deletions

View File

@ -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