From f7dc06cb892ca9d2918ae9bafba13bfa72a7da98 Mon Sep 17 00:00:00 2001 From: Hua Wang Date: Wed, 23 Dec 2015 12:15:59 +0800 Subject: [PATCH] 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 --- lib/keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/keystone b/lib/keystone index 6b4118de0b..60f86fe112 100644 --- a/lib/keystone +++ b/lib/keystone @@ -443,7 +443,7 @@ function configure_auth_token_middleware { local signing_dir=$3 local section=${4:-keystone_authtoken} - iniset $conf_file $section auth_plugin password + iniset $conf_file $section auth_type password iniset $conf_file $section auth_url $KEYSTONE_AUTH_URI iniset $conf_file $section username $admin_user iniset $conf_file $section password $SERVICE_PASSWORD