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:
parent
4293d21186
commit
45fd0ec9bb
@ -419,13 +419,13 @@ function create_heat_accounts {
|
|||||||
get_or_create_endpoint \
|
get_or_create_endpoint \
|
||||||
"orchestration" \
|
"orchestration" \
|
||||||
"$REGION_NAME" \
|
"$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_service "heat-cfn" "cloudformation" "Heat CloudFormation Service"
|
||||||
get_or_create_endpoint \
|
get_or_create_endpoint \
|
||||||
"cloudformation" \
|
"cloudformation" \
|
||||||
"$REGION_NAME" \
|
"$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
|
# heat_stack_user role is for users created by Heat
|
||||||
get_or_create_role "heat_stack_user"
|
get_or_create_role "heat_stack_user"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Devstack settings
|
# Devstack settings
|
||||||
|
|
||||||
# We have to add Heat to enabled services for screen_it to work
|
# 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-eng
|
||||||
enable_service h-api
|
enable_service h-api
|
||||||
|
Loading…
Reference in New Issue
Block a user