Use auth_type instead of auth_plugin

The config option "auth_plugin" from keystoneauth is deprecated

Change-Id: I3ca006b5e276fe0acd2c8f27567307a0c60fd10e
This commit is contained in:
wangxiyuan 2017-02-07 16:19:34 +08:00
parent bbf4738e8e
commit f48958b337
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ function configure_zaqar {
configure_auth_token_middleware $ZAQAR_CONF zaqar $ZAQAR_AUTH_CACHE_DIR
iniset $ZAQAR_CONF trustee auth_plugin password
iniset $ZAQAR_CONF trustee auth_type password
iniset $ZAQAR_CONF trustee auth_url $KEYSTONE_AUTH_URI
iniset $ZAQAR_CONF trustee username $ZAQAR_TRUSTEE_USER
iniset $ZAQAR_CONF trustee password $ZAQAR_TRUSTEE_PASSWORD