Merge "Replace deprecated devstack authtoken function"

This commit is contained in:
Zuul
2019-09-24 14:17:50 +00:00
committed by Gerrit Code Review

View File

@@ -200,7 +200,7 @@ function configure_cloudkitty {
iniset $CLOUDKITTY_CONF database connection $dburl
# keystone middleware
configure_auth_token_middleware $CLOUDKITTY_CONF cloudkitty $CLOUDKITTY_AUTH_CACHE_DIR
configure_keystone_authtoken_middleware $CLOUDKITTY_CONF cloudkitty
if is_service_enabled ck-api && [ "$CLOUDKITTY_USE_MOD_WSGI" == "True" ]; then
_cloudkitty_config_apache_wsgi