blob: a18d38f606f9a3f88be178623b63ef7285d9d99e [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
Ken'ichi Ohmichi3feaa382014-09-25 00:49:57 +000015catalog.RegionOne.computev21.publicURL = http://%SERVICE_HOST%:8774/v2.1/$(tenant_id)s
16catalog.RegionOne.computev21.adminURL = http://%SERVICE_HOST%:8774/v2.1/$(tenant_id)s
17catalog.RegionOne.computev21.internalURL = http://%SERVICE_HOST%:8774/v2.1/$(tenant_id)s
18catalog.RegionOne.computev21.name = Compute Service V2.1
19
20
Vishvananda Ishaya5f9473e2012-02-24 01:57:07 +000021catalog.RegionOne.volume.publicURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s
22catalog.RegionOne.volume.adminURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s
23catalog.RegionOne.volume.internalURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s
Dean Troyer06a09d02012-03-12 14:43:26 -050024catalog.RegionOne.volume.name = Volume Service
Vishvananda Ishaya5f9473e2012-02-24 01:57:07 +000025
26
Mike Perezb3862f92013-02-12 02:16:41 -080027catalog.RegionOne.volumev2.publicURL = http://%SERVICE_HOST%:8776/v2/$(tenant_id)s
28catalog.RegionOne.volumev2.adminURL = http://%SERVICE_HOST%:8776/v2/$(tenant_id)s
29catalog.RegionOne.volumev2.internalURL = http://%SERVICE_HOST%:8776/v2/$(tenant_id)s
30catalog.RegionOne.volumev2.name = Volume Service V2
31
32
termiea96a4182012-01-09 22:13:29 -080033catalog.RegionOne.ec2.publicURL = http://%SERVICE_HOST%:8773/services/Cloud
34catalog.RegionOne.ec2.adminURL = http://%SERVICE_HOST%:8773/services/Admin
35catalog.RegionOne.ec2.internalURL = http://%SERVICE_HOST%:8773/services/Cloud
Dean Troyer06a09d02012-03-12 14:43:26 -050036catalog.RegionOne.ec2.name = EC2 Service
termiea96a4182012-01-09 22:13:29 -080037
38
Chmouel Boudjnah77b0e1d2012-02-29 16:55:43 +000039catalog.RegionOne.s3.publicURL = http://%SERVICE_HOST%:%S3_SERVICE_PORT%
40catalog.RegionOne.s3.adminURL = http://%SERVICE_HOST%:%S3_SERVICE_PORT%
41catalog.RegionOne.s3.internalURL = http://%SERVICE_HOST%:%S3_SERVICE_PORT%
Dean Troyer06a09d02012-03-12 14:43:26 -050042catalog.RegionOne.s3.name = S3 Service
Dean Troyer0bd24102012-03-08 00:33:54 -060043
44
Dean Troyer45495252012-04-13 13:16:38 -050045catalog.RegionOne.image.publicURL = http://%SERVICE_HOST%:9292
46catalog.RegionOne.image.adminURL = http://%SERVICE_HOST%:9292
47catalog.RegionOne.image.internalURL = http://%SERVICE_HOST%:9292
Dean Troyer06a09d02012-03-12 14:43:26 -050048catalog.RegionOne.image.name = Image Service
Steve Bakerbfdad752012-08-18 09:00:42 +120049
Dirk Mueller1b0eccd2014-01-10 11:51:01 +010050catalog.RegionOne.cloudformation.publicURL = http://%SERVICE_HOST%:8000/v1
51catalog.RegionOne.cloudformation.adminURL = http://%SERVICE_HOST%:8000/v1
52catalog.RegionOne.cloudformation.internalURL = http://%SERVICE_HOST%:8000/v1
Brant Knudsona7a23ad2014-02-05 15:19:27 -060053catalog.RegionOne.cloudformation.name = CloudFormation service
Dirk Mueller1b0eccd2014-01-10 11:51:01 +010054
55catalog.RegionOne.orchestration.publicURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s
56catalog.RegionOne.orchestration.adminURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s
57catalog.RegionOne.orchestration.internalURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s
Brant Knudsona7a23ad2014-02-05 15:19:27 -060058catalog.RegionOne.orchestration.name = Orchestration Service
Dirk Muellerfa5ccff2014-01-09 13:27:35 +010059
60catalog.RegionOne.metering.publicURL = http://%SERVICE_HOST%:8777/v1
61catalog.RegionOne.metering.adminURL = http://%SERVICE_HOST%:8777/v1
62catalog.RegionOne.metering.internalURL = http://%SERVICE_HOST%:8777/v1
63catalog.RegionOne.metering.name = Telemetry Service