Browse code

Merge "Updated deprecated keystone_authtoken option"

Jenkins authored on 2016/03/19 05:24:03
Showing 1 changed files
... ...
@@ -480,7 +480,7 @@ function configure_auth_token_middleware {
480 480
     iniset $conf_file $section auth_uri $KEYSTONE_SERVICE_URI
481 481
     iniset $conf_file $section cafile $SSL_BUNDLE_FILE
482 482
     iniset $conf_file $section signing_dir $signing_dir
483
-    iniset $conf_file $section memcache_servers $SERVICE_HOST:11211
483
+    iniset $conf_file $section memcached_servers $SERVICE_HOST:11211
484 484
 }
485 485
 
486 486
 # init_keystone() - Initialize databases, etc.