blob: 0dfd4fcd3a3b3c16839492bc55f1311aa1a9e9e1 [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
6catalog.RegionOne.identity.name = 'Identity Service'
7
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
termiea96a4182012-01-09 22:13:29 -080012catalog.RegionOne.compute.name = 'Compute Service'
13
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
18catalog.RegionOne.volume.name = 'Volume Service'
19
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
24catalog.RegionOne.ec2.name = 'EC2 Service'
25
26
Dean Troyer0bd24102012-03-08 00:33:54 -060027catalog.RegionOne.s3.publicURL = http://%SERVICE_HOST%:3333
28catalog.RegionOne.s3.adminURL = http://%SERVICE_HOST%:3333
29catalog.RegionOne.s3.internalURL = http://%SERVICE_HOST%:3333
30catalog.RegionOne.s3.name = 'S3 Service'
31
32
termiea96a4182012-01-09 22:13:29 -080033catalog.RegionOne.image.publicURL = http://%SERVICE_HOST%:9292/v1
34catalog.RegionOne.image.adminURL = http://%SERVICE_HOST%:9292/v1
35catalog.RegionOne.image.internalURL = http://%SERVICE_HOST%:9292/v1
36catalog.RegionOne.image.name = 'Image Service'