Browse code

Option "auth_plugin" is deprecated.

Option "auth_plugin" from group "keystone_authtoken" is deprecated.
Use option "auth_type" from group "keystone_authtoken".

Change-Id: I01371bd924114d6470e960a91a3045fe7dc22339
Closes-Bug: #1528746

Hua Wang authored on 2015/12/23 13:15:59
Showing 1 changed files
... ...
@@ -443,7 +443,7 @@ function configure_auth_token_middleware {
443 443
     local signing_dir=$3
444 444
     local section=${4:-keystone_authtoken}
445 445
 
446
-    iniset $conf_file $section auth_plugin password
446
+    iniset $conf_file $section auth_type password
447 447
     iniset $conf_file $section auth_url $KEYSTONE_AUTH_URI
448 448
     iniset $conf_file $section username $admin_user
449 449
     iniset $conf_file $section password $SERVICE_PASSWORD