b6e568ede0
Change-Id: Ia7dad06ec763994ce0beb171c481ab01c20af6cb
15 lines
846 B
Plaintext
15 lines
846 B
Plaintext
# config for TemplatedCatalog, using camelCase because I don't want to do
|
|
# translations for keystone compat
|
|
catalog.RegionOne.identity.publicURL = http://localhost:$(public_port)s/v2.0
|
|
catalog.RegionOne.identity.adminURL = http://localhost:$(admin_port)s/v2.0
|
|
catalog.RegionOne.identity.internalURL = http://localhost:$(admin_port)s/v2.0
|
|
catalog.RegionOne.identity.name = 'Identity Service'
|
|
catalog.RegionOne.identity.id = 1
|
|
|
|
# fake compute service for now to help novaclient tests work
|
|
catalog.RegionOne.compute.publicURL = http://localhost:$(compute_port)s/v1.1/$(tenant_id)s
|
|
catalog.RegionOne.compute.adminURL = http://localhost:$(compute_port)s/v1.1/$(tenant_id)s
|
|
catalog.RegionOne.compute.internalURL = http://localhost:$(compute_port)s/v1.1/$(tenant_id)s
|
|
catalog.RegionOne.compute.name = 'Compute Service'
|
|
catalog.RegionOne.compute.id = 2
|