From 524cbd58acd0c47664e164f72f25524cb95b09f0 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Tue, 6 Mar 2012 21:46:52 +0100 Subject: add more default catalog templates Image, Volume and Ec2 services were missing Change-Id: I409b0b587b0019dc97bf46760e8f732aa13b88de --- etc/default_catalog.templates | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/etc/default_catalog.templates b/etc/default_catalog.templates index c12b5c4c..7f1317d4 100644 --- a/etc/default_catalog.templates +++ b/etc/default_catalog.templates @@ -10,3 +10,18 @@ catalog.RegionOne.compute.publicURL = http://localhost:$(compute_port)s/v1.1/$(t 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.volume.publicURL = http://localhost:8776/v1/$(tenant_id)s +catalog.RegionOne.volume.adminURL = http://localhost:8776/v1/$(tenant_id)s +catalog.RegionOne.volume.internalURL = http://localhost:8776/v1/$(tenant_id)s +catalog.RegionOne.volume.name = 'Volume Service' + +catalog.RegionOne.ec2.publicURL = http://localhost:8773/services/Cloud +catalog.RegionOne.ec2.adminURL = http://localhost:8773/services/Admin +catalog.RegionOne.ec2.internalURL = http://localhost:8773/services/Cloud +catalog.RegionOne.ec2.name = 'EC2 Service' + +catalog.RegionOne.image.publicURL = http://localhost:9292/v1 +catalog.RegionOne.image.adminURL = http://localhost:9292/v1 +catalog.RegionOne.image.internalURL = http://localhost:9292/v1 +catalog.RegionOne.image.name = 'Image Service' -- cgit