Merge "Register the service following devstack standards"

This commit is contained in:
Jenkins 2017-01-05 07:35:00 +00:00 committed by Gerrit Code Review
commit d9f4bb3258
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function create_tricircle_accounts {
if [[ "$ENABLED_SERVICES" =~ "t-api" ]]; then
create_service_user "tricircle"
local tricircle_api=$(get_or_create_service "tricircle" \
"Tricircle" "Cross Neutron Networking Automation Service")
"tricircle" "Cross Neutron Networking Automation Service")
get_or_create_endpoint $tricircle_api \
"$CENTRAL_REGION_NAME" \
"$SERVICE_PROTOCOL://$TRICIRCLE_API_HOST:$TRICIRCLE_API_PORT/v1.0" \