* memcache_servers is a deprecated name for memcached_servers.
See: keystonemiddleware/auth_token/__init__.py#n287
NOTE: memcache_serves in the cache section is valid option for
oslo.cache. See oslo_cache/_opts.py#n65
Depends-on: Id65f1bff8e38c777fa406d88ac6a2355d6033d94
Change-Id: I3e1230b139e710a0433e71ce118ca246d7c6a0e6
| ... | ... |
@@ -484,7 +484,7 @@ function configure_auth_token_middleware {
|
| 484 | 484 |
iniset $conf_file $section auth_uri $KEYSTONE_SERVICE_URI |
| 485 | 485 |
iniset $conf_file $section cafile $SSL_BUNDLE_FILE |
| 486 | 486 |
iniset $conf_file $section signing_dir $signing_dir |
| 487 |
- iniset $conf_file $section memcache_servers $SERVICE_HOST:11211 |
|
| 487 |
+ iniset $conf_file $section memcached_servers $SERVICE_HOST:11211 |
|
| 488 | 488 |
} |
| 489 | 489 |
|
| 490 | 490 |
# init_keystone() - Initialize databases, etc. |