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 | |
Vishvananda Ishaya | 5f9473e | 2012-02-24 01:57:07 +0000 | [diff] [blame] | 9 | catalog.RegionOne.compute.publicURL = http://%SERVICE_HOST%:8774/v2/$(tenant_id)s |
| 10 | catalog.RegionOne.compute.adminURL = http://%SERVICE_HOST%:8774/v2/$(tenant_id)s |
| 11 | catalog.RegionOne.compute.internalURL = http://%SERVICE_HOST%:8774/v2/$(tenant_id)s |
termie | a96a418 | 2012-01-09 22:13:29 -0800 | [diff] [blame] | 12 | catalog.RegionOne.compute.name = 'Compute Service' |
| 13 | |
| 14 | |
Vishvananda Ishaya | 5f9473e | 2012-02-24 01:57:07 +0000 | [diff] [blame] | 15 | catalog.RegionOne.volume.publicURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s |
| 16 | catalog.RegionOne.volume.adminURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s |
| 17 | catalog.RegionOne.volume.internalURL = http://%SERVICE_HOST%:8776/v1/$(tenant_id)s |
| 18 | catalog.RegionOne.volume.name = 'Volume Service' |
| 19 | |
| 20 | |
termie | a96a418 | 2012-01-09 22:13:29 -0800 | [diff] [blame] | 21 | catalog.RegionOne.ec2.publicURL = http://%SERVICE_HOST%:8773/services/Cloud |
| 22 | catalog.RegionOne.ec2.adminURL = http://%SERVICE_HOST%:8773/services/Admin |
| 23 | catalog.RegionOne.ec2.internalURL = http://%SERVICE_HOST%:8773/services/Cloud |
| 24 | catalog.RegionOne.ec2.name = 'EC2 Service' |
| 25 | |
| 26 | |
| 27 | catalog.RegionOne.image.publicURL = http://%SERVICE_HOST%:9292/v1 |
| 28 | catalog.RegionOne.image.adminURL = http://%SERVICE_HOST%:9292/v1 |
| 29 | catalog.RegionOne.image.internalURL = http://%SERVICE_HOST%:9292/v1 |
| 30 | catalog.RegionOne.image.name = 'Image Service' |