Skip to content

Commit 7db34f6

Browse files
committed
Use MEMCACHE_SERVERS in configure_keystone_authtoken_middleware
The function was using a hard coded value of localhost:11211 when we have an option MEMCACHE_SERVERS that can be defined and used inside DevStack. Change-Id: I4947928fe406a9844d5bdaa3c826d273952fa097
1 parent 3bbad9d commit 7db34f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/keystone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ function configure_keystone_authtoken_middleware {
421421
iniset $conf_file $section project_domain_name "$SERVICE_DOMAIN_NAME"
422422

423423
iniset $conf_file $section cafile $SSL_BUNDLE_FILE
424-
iniset $conf_file $section memcached_servers localhost:11211
424+
iniset $conf_file $section memcached_servers $MEMCACHE_SERVERS
425425
}
426426

427427
# configure_auth_token_middleware conf_file admin_user IGNORED [section]

0 commit comments

Comments
 (0)