| termie | a96a418 | 2012-01-09 22:13:29 -0800 | [diff] [blame] | 1 | # config for TemplatedCatalog, using camelCase because I don't want to do | 
 | 2 | # translations for legacy compat | 
 | 3 | catalog.RegionOne.identity.publicURL = http://%SERVICE_HOST%:$(public_port)s/v2.0 | 
 | 4 | catalog.RegionOne.identity.adminURL = http://%SERVICE_HOST%:$(admin_port)s/v2.0 | 
 | 5 | catalog.RegionOne.identity.internalURL = http://%SERVICE_HOST%:$(public_port)s/v2.0 | 
 | 6 | catalog.RegionOne.identity.name = 'Identity Service' | 
 | 7 |  | 
 | 8 |  | 
 | 9 | catalog.RegionOne.compute.publicURL = http://%SERVICE_HOST%:8774/v1.1/$(tenant_id)s | 
 | 10 | catalog.RegionOne.compute.adminURL = http://%SERVICE_HOST%:8774/v1.1/$(tenant_id)s | 
 | 11 | catalog.RegionOne.compute.internalURL = http://%SERVICE_HOST%:8774/v1.1/$(tenant_id)s | 
 | 12 | catalog.RegionOne.compute.name = 'Compute Service' | 
 | 13 |  | 
 | 14 |  | 
 | 15 | catalog.RegionOne.ec2.publicURL = http://%SERVICE_HOST%:8773/services/Cloud | 
 | 16 | catalog.RegionOne.ec2.adminURL = http://%SERVICE_HOST%:8773/services/Admin | 
 | 17 | catalog.RegionOne.ec2.internalURL = http://%SERVICE_HOST%:8773/services/Cloud | 
 | 18 | catalog.RegionOne.ec2.name = 'EC2 Service' | 
 | 19 |  | 
 | 20 |  | 
 | 21 | catalog.RegionOne.image.publicURL = http://%SERVICE_HOST%:9292/v1 | 
 | 22 | catalog.RegionOne.image.adminURL = http://%SERVICE_HOST%:9292/v1 | 
 | 23 | catalog.RegionOne.image.internalURL = http://%SERVICE_HOST%:9292/v1 | 
 | 24 | catalog.RegionOne.image.name = 'Image Service' | 
 | 25 |  | 
 | 26 |  | 
 | 27 | catalog.RegionOne.object_store.publicURL = http://%SERVICE_HOST%:8080/v1/AUTH_$(tenant_id)s | 
 | 28 | catalog.RegionOne.object_store.adminURL = http://%SERVICE_HOST%:8080/ | 
 | 29 | catalog.RegionOne.object_store.internalURL = http://%SERVICE_HOST%:8080/v1/AUTH_$(tenant_id)s | 
 | 30 | catalog.RegionOne.object_store.name = 'Swift Service' |