Merge "Remove keystone catalog backend"
This commit is contained in:
commit
0de40f7328
@ -118,15 +118,13 @@ function create_tacker_accounts {
|
||||
get_or_create_role "advsvc"
|
||||
create_service_user "tacker" "advsvc"
|
||||
|
||||
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
||||
local tacker_service=$(get_or_create_service "tacker" \
|
||||
"nfv-orchestration" "Tacker NFV Orchestration Service")
|
||||
get_or_create_endpoint $tacker_service \
|
||||
"$REGION_NAME" \
|
||||
"$TACKER_PROTOCOL://$SERVICE_HOST:$TACKER_PORT/" \
|
||||
"$TACKER_PROTOCOL://$SERVICE_HOST:$TACKER_PORT/" \
|
||||
"$TACKER_PROTOCOL://$SERVICE_HOST:$TACKER_PORT/"
|
||||
fi
|
||||
local tacker_service=$(get_or_create_service "tacker" \
|
||||
"nfv-orchestration" "Tacker NFV Orchestration Service")
|
||||
get_or_create_endpoint $tacker_service \
|
||||
"$REGION_NAME" \
|
||||
"$TACKER_PROTOCOL://$SERVICE_HOST:$TACKER_PORT/" \
|
||||
"$TACKER_PROTOCOL://$SERVICE_HOST:$TACKER_PORT/" \
|
||||
"$TACKER_PROTOCOL://$SERVICE_HOST:$TACKER_PORT/"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user