Use KEYSTONE_IDENTITY_BACKEND
KEYSTONE_CATALOG_BACKEND variable is removed from devstack[1], use KEYSTONE_IDENTITY_BACKEND instead. [1] https://review.openstack.org/#/c/391380 Change-Id: Id9b34af0ea1faecaeaea8a1d41a0e4b866b688af Closes-Bug: #1644090
This commit is contained in:
parent
47324171d4
commit
65a6953a16
@ -252,7 +252,7 @@ function stop_zaqar {
|
||||
function create_zaqar_accounts {
|
||||
create_service_user "zaqar"
|
||||
|
||||
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
||||
if [[ "$KEYSTONE_IDENTITY_BACKEND" = 'sql' ]]; then
|
||||
|
||||
local zaqar_service=$(get_or_create_service "zaqar" \
|
||||
"messaging" "Zaqar Service")
|
||||
|
Loading…
x
Reference in New Issue
Block a user