Merge "Updated deprecated keystone_authtoken option"

This commit is contained in:
Jenkins 2016-03-18 20:24:03 +00:00 committed by Gerrit Code Review
commit 0a2a7ae847

View File

@ -480,7 +480,7 @@ function configure_auth_token_middleware {
iniset $conf_file $section auth_uri $KEYSTONE_SERVICE_URI
iniset $conf_file $section cafile $SSL_BUNDLE_FILE
iniset $conf_file $section signing_dir $signing_dir
iniset $conf_file $section memcache_servers $SERVICE_HOST:11211
iniset $conf_file $section memcached_servers $SERVICE_HOST:11211
}
# init_keystone() - Initialize databases, etc.