files/default_catalog.templates
a96a4181
 # config for TemplatedCatalog, using camelCase because I don't want to do
 # translations for legacy compat
 catalog.RegionOne.identity.publicURL = http://%SERVICE_HOST%:$(public_port)s/v2.0
 catalog.RegionOne.identity.adminURL = http://%SERVICE_HOST%:$(admin_port)s/v2.0
 catalog.RegionOne.identity.internalURL = http://%SERVICE_HOST%:$(public_port)s/v2.0
06a09d0c
 catalog.RegionOne.identity.name = Identity Service
a96a4181
 
 
5f9473e8
 catalog.RegionOne.compute.publicURL = http://%SERVICE_HOST%:8774/v2/$(tenant_id)s
 catalog.RegionOne.compute.adminURL = http://%SERVICE_HOST%:8774/v2/$(tenant_id)s
 catalog.RegionOne.compute.internalURL = http://%SERVICE_HOST%:8774/v2/$(tenant_id)s
06a09d0c
 catalog.RegionOne.compute.name = Compute Service
a96a4181
 
 
5f9473e8
 catalog.RegionOne.volume.publicURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s
 catalog.RegionOne.volume.adminURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s
 catalog.RegionOne.volume.internalURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s
06a09d0c
 catalog.RegionOne.volume.name = Volume Service
5f9473e8
 
 
a96a4181
 catalog.RegionOne.ec2.publicURL = http://%SERVICE_HOST%:8773/services/Cloud
 catalog.RegionOne.ec2.adminURL = http://%SERVICE_HOST%:8773/services/Admin
 catalog.RegionOne.ec2.internalURL = http://%SERVICE_HOST%:8773/services/Cloud
06a09d0c
 catalog.RegionOne.ec2.name = EC2 Service
a96a4181
 
 
77b0e1d8
 catalog.RegionOne.s3.publicURL = http://%SERVICE_HOST%:%S3_SERVICE_PORT%
 catalog.RegionOne.s3.adminURL = http://%SERVICE_HOST%:%S3_SERVICE_PORT%
 catalog.RegionOne.s3.internalURL = http://%SERVICE_HOST%:%S3_SERVICE_PORT%
06a09d0c
 catalog.RegionOne.s3.name = S3 Service
0bd2410d
 
 
45495258
 catalog.RegionOne.image.publicURL = http://%SERVICE_HOST%:9292
 catalog.RegionOne.image.adminURL = http://%SERVICE_HOST%:9292
 catalog.RegionOne.image.internalURL = http://%SERVICE_HOST%:9292
06a09d0c
 catalog.RegionOne.image.name = Image Service
bfdad75e
 
694a42a0
 catalog.RegionOne.orchestration.publicURL = http://%SERVICE_HOST%:8000/v1
 catalog.RegionOne.orchestration.adminURL = http://%SERVICE_HOST%:8000/v1
 catalog.RegionOne.orchestration.internalURL = http://%SERVICE_HOST%:8000/v1
 catalog.RegionOne.orchestration.name = Heat Service