Browse code

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

Brant Knudson authored on 2014/02/06 06:19:27
Showing 1 changed files
... ...
@@ -50,12 +50,12 @@ catalog.RegionOne.image.name = Image Service
50 50
 catalog.RegionOne.cloudformation.publicURL = http://%SERVICE_HOST%:8000/v1
51 51
 catalog.RegionOne.cloudformation.adminURL = http://%SERVICE_HOST%:8000/v1
52 52
 catalog.RegionOne.cloudformation.internalURL = http://%SERVICE_HOST%:8000/v1
53
-catalog.RegionOne.cloudformation.name = Heat CloudFormation Service
53
+catalog.RegionOne.cloudformation.name = CloudFormation service
54 54
 
55 55
 catalog.RegionOne.orchestration.publicURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s
56 56
 catalog.RegionOne.orchestration.adminURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s
57 57
 catalog.RegionOne.orchestration.internalURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s
58
-catalog.RegionOne.orchestration.name = Heat Service
58
+catalog.RegionOne.orchestration.name = Orchestration Service
59 59
 
60 60
 catalog.RegionOne.metering.publicURL = http://%SERVICE_HOST%:8777/v1
61 61
 catalog.RegionOne.metering.adminURL = http://%SERVICE_HOST%:8777/v1