From 45fd0ec9bbd57598a534bffa1b3e1cee02506df8 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Mon, 19 Aug 2019 10:27:51 +0000 Subject: [PATCH] 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 --- devstack/lib/heat | 4 ++-- devstack/settings | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devstack/lib/heat b/devstack/lib/heat index 4e4ea50f51..b6d00b6996 100644 --- a/devstack/lib/heat +++ b/devstack/lib/heat @@ -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" diff --git a/devstack/settings b/devstack/settings index f185d2a65c..089c00e4f0 100644 --- a/devstack/settings +++ b/devstack/settings @@ -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