3feaa383ce
In Juno cycle, we started to implement Nova v2.1 API and most part has been implemented now. For using/testing the API, this patch adds the endpoint setting to devstack. Change-Id: I25557cb2b0a1384ee11d3e1ae7d424828e766e50
64 lines
3.2 KiB
Plaintext
64 lines
3.2 KiB
Plaintext
# 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
|
|
catalog.RegionOne.identity.name = Identity Service
|
|
|
|
|
|
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
|
|
catalog.RegionOne.compute.name = Compute Service
|
|
|
|
|
|
catalog.RegionOne.computev21.publicURL = http://%SERVICE_HOST%:8774/v2.1/$(tenant_id)s
|
|
catalog.RegionOne.computev21.adminURL = http://%SERVICE_HOST%:8774/v2.1/$(tenant_id)s
|
|
catalog.RegionOne.computev21.internalURL = http://%SERVICE_HOST%:8774/v2.1/$(tenant_id)s
|
|
catalog.RegionOne.computev21.name = Compute Service V2.1
|
|
|
|
|
|
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
|
|
catalog.RegionOne.volume.name = Volume Service
|
|
|
|
|
|
catalog.RegionOne.volumev2.publicURL = http://%SERVICE_HOST%:8776/v2/$(tenant_id)s
|
|
catalog.RegionOne.volumev2.adminURL = http://%SERVICE_HOST%:8776/v2/$(tenant_id)s
|
|
catalog.RegionOne.volumev2.internalURL = http://%SERVICE_HOST%:8776/v2/$(tenant_id)s
|
|
catalog.RegionOne.volumev2.name = Volume Service V2
|
|
|
|
|
|
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
|
|
catalog.RegionOne.ec2.name = EC2 Service
|
|
|
|
|
|
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%
|
|
catalog.RegionOne.s3.name = S3 Service
|
|
|
|
|
|
catalog.RegionOne.image.publicURL = http://%SERVICE_HOST%:9292
|
|
catalog.RegionOne.image.adminURL = http://%SERVICE_HOST%:9292
|
|
catalog.RegionOne.image.internalURL = http://%SERVICE_HOST%:9292
|
|
catalog.RegionOne.image.name = Image Service
|
|
|
|
catalog.RegionOne.cloudformation.publicURL = http://%SERVICE_HOST%:8000/v1
|
|
catalog.RegionOne.cloudformation.adminURL = http://%SERVICE_HOST%:8000/v1
|
|
catalog.RegionOne.cloudformation.internalURL = http://%SERVICE_HOST%:8000/v1
|
|
catalog.RegionOne.cloudformation.name = CloudFormation service
|
|
|
|
catalog.RegionOne.orchestration.publicURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s
|
|
catalog.RegionOne.orchestration.adminURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s
|
|
catalog.RegionOne.orchestration.internalURL = http://%SERVICE_HOST%:8004/v1/$(tenant_id)s
|
|
catalog.RegionOne.orchestration.name = Orchestration Service
|
|
|
|
catalog.RegionOne.metering.publicURL = http://%SERVICE_HOST%:8777/v1
|
|
catalog.RegionOne.metering.adminURL = http://%SERVICE_HOST%:8777/v1
|
|
catalog.RegionOne.metering.internalURL = http://%SERVICE_HOST%:8777/v1
|
|
catalog.RegionOne.metering.name = Telemetry Service
|