Removed check for KEYSTONE_CATALOG_BACKEND from trove plugin
Devstack has removed KEYSTONE_CATALOG_BACKEND from it's repo: https://review.openstack.org/#/c/391380 Due to above change gate tests are failing, we should remove it from trove plugin as well. Refer below for it's deprecation and removal:- http://lists.openstack.org/pipermail/openstack-dev/2016-February/086272.html Closes-Bug: #1644085 Change-Id: I1c2024f629375a03bcb40fb9ee98c853ed52d53b
This commit is contained in:
parent
39ec28436e
commit
f52220939b
@ -54,16 +54,13 @@ function create_trove_accounts {
|
||||
|
||||
create_service_user "trove"
|
||||
|
||||
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
||||
|
||||
local trove_service=$(get_or_create_service "trove" \
|
||||
"database" "Trove Service")
|
||||
get_or_create_endpoint $trove_service \
|
||||
"$REGION_NAME" \
|
||||
"http://$SERVICE_HOST:8779/v1.0/\$(tenant_id)s" \
|
||||
"http://$SERVICE_HOST:8779/v1.0/\$(tenant_id)s" \
|
||||
"http://$SERVICE_HOST:8779/v1.0/\$(tenant_id)s"
|
||||
fi
|
||||
local trove_service=$(get_or_create_service "trove" \
|
||||
"database" "Trove Service")
|
||||
get_or_create_endpoint $trove_service \
|
||||
"$REGION_NAME" \
|
||||
"http://$SERVICE_HOST:8779/v1.0/\$(tenant_id)s" \
|
||||
"http://$SERVICE_HOST:8779/v1.0/\$(tenant_id)s" \
|
||||
"http://$SERVICE_HOST:8779/v1.0/\$(tenant_id)s"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user