From a7a23addd3634d890a44ff3e44ebefe29a3f7910 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 5 Feb 2014 15:19:27 -0600 Subject: [PATCH] Update orchestration-related service names in template catalog The orchestration-related service names were not consistent with the other AWS compatibility and native API names, so this change makes them consistent. Related-Bug: #1240138 Change-Id: I29a26bc6b0ddab0bff579a900e28da65df097a96 --- files/default_catalog.templates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/default_catalog.templates b/files/default_catalog.templates index e64f68f033..ff00e38e09 100644 --- a/files/default_catalog.templates +++ b/files/default_catalog.templates @@ -50,12 +50,12 @@ catalog.RegionOne.image.name = Image Service catalog.RegionOne.cloudformation.publicURL = http://%SERVICE_HOST%:8000/v1 catalog.RegionOne.cloudformation.adminURL = http://%SERVICE_HOST%:8000/v1 catalog.RegionOne.cloudformation.internalURL = http://%SERVICE_HOST%:8000/v1 -catalog.RegionOne.cloudformation.name = Heat CloudFormation Service +catalog.RegionOne.cloudformation.name = CloudFormation service catalog.RegionOne.orchestration.publicURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s catalog.RegionOne.orchestration.adminURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s catalog.RegionOne.orchestration.internalURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s -catalog.RegionOne.orchestration.name = Heat Service +catalog.RegionOne.orchestration.name = Orchestration Service catalog.RegionOne.metering.publicURL = http://%SERVICE_HOST%:8777/v1 catalog.RegionOne.metering.adminURL = http://%SERVICE_HOST%:8777/v1