Browse code

Merge "Option "auth_plugin" is deprecated."

Jenkins authored on 2016/01/07 03:23:21
Showing 1 changed files
... ...
@@ -421,7 +421,7 @@ function configure_auth_token_middleware {
421 421
     local signing_dir=$3
422 422
     local section=${4:-keystone_authtoken}
423 423
 
424
-    iniset $conf_file $section auth_plugin password
424
+    iniset $conf_file $section auth_type password
425 425
     iniset $conf_file $section auth_url $KEYSTONE_AUTH_URI
426 426
     iniset $conf_file $section username $admin_user
427 427
     iniset $conf_file $section password $SERVICE_PASSWORD