Remove keystone catalog backend
KEYSTONE_CATALOG_BACKEND is deprecated and removed post Newton [1]. This needs to be removed in Tacker as well to avoid gate failure. [1] https://review.openstack.org/#/c/278333 Co-Authored-By: Tung Doan <doantungbk.203@gmail.com> Change-Id: I021e4a4ef0240f85e6cce7feda431d6695f4482b
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user