Drop creating extra endpoints in devstack

We don't need admin or internal endpoints in a normal devstack setup,
other basic projects are also only creating the public endpoint now.

Change-Id: I9bd6007509214c7a7ed7f7f4e391b609da4408a5
This commit is contained in:
Jens Harbott 2019-08-19 10:27:51 +00:00
parent 4293d21186
commit 45fd0ec9bb
2 changed files with 3 additions and 3 deletions

View File

@ -419,13 +419,13 @@ function create_heat_accounts {
get_or_create_endpoint \
"orchestration" \
"$REGION_NAME" \
"$heat_api_service_url" "$heat_api_service_url" "$heat_api_service_url"
"$heat_api_service_url"
get_or_create_service "heat-cfn" "cloudformation" "Heat CloudFormation Service"
get_or_create_endpoint \
"cloudformation" \
"$REGION_NAME" \
"$heat_cfn_api_service_url" "$heat_cfn_api_service_url" "$heat_cfn_api_service_url"
"$heat_cfn_api_service_url"
# heat_stack_user role is for users created by Heat
get_or_create_role "heat_stack_user"

View File

@ -1,7 +1,7 @@
# Devstack settings
# We have to add Heat to enabled services for screen_it to work
# It consists of 4 parts
# It consists of three parts
enable_service h-eng
enable_service h-api