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
| ... | ... |
@@ -421,7 +421,7 @@ function configure_keystone_authtoken_middleware {
|
| 421 | 421 |
iniset $conf_file $section project_domain_name "$SERVICE_DOMAIN_NAME" |
| 422 | 422 |
|
| 423 | 423 |
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 |
|
| 425 | 425 |
} |
| 426 | 426 |
|
| 427 | 427 |
# configure_auth_token_middleware conf_file admin_user IGNORED [section] |