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:
rabi 2016-11-23 11:24:48 +05:30 committed by Rabi Mishra
parent 47324171d4
commit 65a6953a16
1 changed files with 1 additions and 1 deletions

View File

@ -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")