Replace deprecated configure_auth_token_middleware
It was deprecated some years ago by [1]. [1] https://review.opendev.org/628651 Change-Id: I996abbae495fd11a9f0ce7d6047dcb6b4a462d74
This commit is contained in:
parent
656e71c102
commit
7898473b8f
@ -174,7 +174,7 @@ function configure_heat {
|
||||
iniset $HEAT_CONF paste_deploy flavor standalone
|
||||
iniset $HEAT_CONF clients_heat url "http://$HEAT_API_HOST:$HEAT_API_PORT/v1/%(tenant_id)s"
|
||||
else
|
||||
configure_auth_token_middleware $HEAT_CONF heat
|
||||
configure_keystone_authtoken_middleware $HEAT_CONF heat
|
||||
fi
|
||||
|
||||
# If HEAT_DEFERRED_AUTH is unset or explicitly set to trusts, configure
|
||||
|
Loading…
Reference in New Issue
Block a user