blob: b527ae5034a5f104a7c6f72f299d0ab99924bf07 [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
9catalog.RegionOne.compute.publicURL = http://%SERVICE_HOST%:8774/v1.1/$(tenant_id)s
10catalog.RegionOne.compute.adminURL = http://%SERVICE_HOST%:8774/v1.1/$(tenant_id)s
11catalog.RegionOne.compute.internalURL = http://%SERVICE_HOST%:8774/v1.1/$(tenant_id)s
12catalog.RegionOne.compute.name = 'Compute Service'
13
14
15catalog.RegionOne.ec2.publicURL = http://%SERVICE_HOST%:8773/services/Cloud
16catalog.RegionOne.ec2.adminURL = http://%SERVICE_HOST%:8773/services/Admin
17catalog.RegionOne.ec2.internalURL = http://%SERVICE_HOST%:8773/services/Cloud
18catalog.RegionOne.ec2.name = 'EC2 Service'
19
20
21catalog.RegionOne.image.publicURL = http://%SERVICE_HOST%:9292/v1
22catalog.RegionOne.image.adminURL = http://%SERVICE_HOST%:9292/v1
23catalog.RegionOne.image.internalURL = http://%SERVICE_HOST%:9292/v1
24catalog.RegionOne.image.name = 'Image Service'
25
26
27catalog.RegionOne.object_store.publicURL = http://%SERVICE_HOST%:8080/v1/AUTH_$(tenant_id)s
28catalog.RegionOne.object_store.adminURL = http://%SERVICE_HOST%:8080/
29catalog.RegionOne.object_store.internalURL = http://%SERVICE_HOST%:8080/v1/AUTH_$(tenant_id)s
30catalog.RegionOne.object_store.name = 'Swift Service'