summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
Diffstat (limited to 'devstack')
-rw-r--r--devstack/lib/heat4
-rw-r--r--devstack/settings2
2 files changed, 3 insertions, 3 deletions
diff --git a/devstack/lib/heat b/devstack/lib/heat
index 4a31d4acc..ca4b166e0 100644
--- a/devstack/lib/heat
+++ b/devstack/lib/heat
@@ -414,13 +414,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 f185d2a65..089c00e4f 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