blob: ceb6458f86d5b9c4d7a6cb3dccce39b7ff8488eb [file] [log] [blame]
termiea96a4182012-01-09 22:13:29 -08001# config for TemplatedCatalog, using camelCase because I don't want to do
2# translations for legacy compat
3catalog.RegionOne.identity.publicURL = http://%SERVICE_HOST%:$(public_port)s/v2.0
4catalog.RegionOne.identity.adminURL = http://%SERVICE_HOST%:$(admin_port)s/v2.0
5catalog.RegionOne.identity.internalURL = http://%SERVICE_HOST%:$(public_port)s/v2.0
Dean Troyer06a09d02012-03-12 14:43:26 -05006catalog.RegionOne.identity.name = Identity Service
termiea96a4182012-01-09 22:13:29 -08007
8
Vishvananda Ishaya5f9473e2012-02-24 01:57:07 +00009catalog.RegionOne.compute.publicURL = http://%SERVICE_HOST%:8774/v2/$(tenant_id)s
10catalog.RegionOne.compute.adminURL = http://%SERVICE_HOST%:8774/v2/$(tenant_id)s
11catalog.RegionOne.compute.internalURL = http://%SERVICE_HOST%:8774/v2/$(tenant_id)s
Dean Troyer06a09d02012-03-12 14:43:26 -050012catalog.RegionOne.compute.name = Compute Service
termiea96a4182012-01-09 22:13:29 -080013
14
Vishvananda Ishaya5f9473e2012-02-24 01:57:07 +000015catalog.RegionOne.volume.publicURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s
16catalog.RegionOne.volume.adminURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s
17catalog.RegionOne.volume.internalURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s
Dean Troyer06a09d02012-03-12 14:43:26 -050018catalog.RegionOne.volume.name = Volume Service
Vishvananda Ishaya5f9473e2012-02-24 01:57:07 +000019
20
termiea96a4182012-01-09 22:13:29 -080021catalog.RegionOne.ec2.publicURL = http://%SERVICE_HOST%:8773/services/Cloud
22catalog.RegionOne.ec2.adminURL = http://%SERVICE_HOST%:8773/services/Admin
23catalog.RegionOne.ec2.internalURL = http://%SERVICE_HOST%:8773/services/Cloud
Dean Troyer06a09d02012-03-12 14:43:26 -050024catalog.RegionOne.ec2.name = EC2 Service
termiea96a4182012-01-09 22:13:29 -080025
26
Chmouel Boudjnah77b0e1d2012-02-29 16:55:43 +000027catalog.RegionOne.s3.publicURL = http://%SERVICE_HOST%:%S3_SERVICE_PORT%
28catalog.RegionOne.s3.adminURL = http://%SERVICE_HOST%:%S3_SERVICE_PORT%
29catalog.RegionOne.s3.internalURL = http://%SERVICE_HOST%:%S3_SERVICE_PORT%
Dean Troyer06a09d02012-03-12 14:43:26 -050030catalog.RegionOne.s3.name = S3 Service
Dean Troyer0bd24102012-03-08 00:33:54 -060031
32
Dean Troyer45495252012-04-13 13:16:38 -050033catalog.RegionOne.image.publicURL = http://%SERVICE_HOST%:9292
34catalog.RegionOne.image.adminURL = http://%SERVICE_HOST%:9292
35catalog.RegionOne.image.internalURL = http://%SERVICE_HOST%:9292
Dean Troyer06a09d02012-03-12 14:43:26 -050036catalog.RegionOne.image.name = Image Service
Steve Bakerbfdad752012-08-18 09:00:42 +120037
38catalog.RegionOne.heat.publicURL = http://%SERVICE_HOST%:8000/v1
39catalog.RegionOne.heat.adminURL = http://%SERVICE_HOST%:8000/v1
40catalog.RegionOne.heat.internalURL = http://%SERVICE_HOST%:8000/v1
41catalog.RegionOne.heat.name = Heat Service