We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f348da + b2330c8 commit 2ede133Copy full SHA for 2ede133
1 file changed
lib/keystone
@@ -450,7 +450,7 @@ function configure_auth_token_middleware {
450
451
iniset $conf_file $section cafile $SSL_BUNDLE_FILE
452
iniset $conf_file $section signing_dir $signing_dir
453
- iniset $conf_file $section memcached_servers $SERVICE_HOST:11211
+ iniset $conf_file $section memcached_servers localhost:11211
454
}
455
456
# init_keystone() - Initialize databases, etc.
0 commit comments