aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/debian/patches/fixes-keystone-default-catalog.patch
blob: 10740ecce93f0b1116dbbd04808042ef284311a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Description: Fix default keystone catalog
 Fix default catalog so that it matches the region name which is set by
 default by debconf in all of the Openstack Debian packages.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-03-03

diff --git a/etc/default_catalog.templates b/etc/default_catalog.templates
index e885b52..936be8b 100644
--- a/etc/default_catalog.templates
+++ b/etc/default_catalog.templates
@@ -1,42 +1,42 @@
 # config for templated.Catalog, 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:$(public_port)s/v2.0
-catalog.RegionOne.identity.name = Identity Service
+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:$(public_port)s/v2.0
+catalog.regionOne.identity.name = Identity Service
 
 # fake compute service for now to help novaclient tests work
-catalog.RegionOne.computev21.publicURL = http://localhost:8774/v2.1/$(tenant_id)s
-catalog.RegionOne.computev21.adminURL = http://localhost:8774/v2.1/$(tenant_id)s
-catalog.RegionOne.computev21.internalURL = http://localhost:8774/v2.1/$(tenant_id)s
-catalog.RegionOne.computev21.name = Compute Service V2.1
+catalog.regionOne.computev21.publicURL = http://localhost:8774/v2.1/$(tenant_id)s
+catalog.regionOne.computev21.adminURL = http://localhost:8774/v2.1/$(tenant_id)s
+catalog.regionOne.computev21.internalURL = http://localhost:8774/v2.1/$(tenant_id)s
+catalog.regionOne.computev21.name = Compute Service V2.1
 
-catalog.RegionOne.volumev2.publicURL = http://localhost:8776/v2/$(tenant_id)s
-catalog.RegionOne.volumev2.adminURL = http://localhost:8776/v2/$(tenant_id)s
-catalog.RegionOne.volumev2.internalURL = http://localhost:8776/v2/$(tenant_id)s
-catalog.RegionOne.volumev2.name = Volume Service V2
+catalog.regionOne.volumev2.publicURL = http://localhost:8776/v2/$(tenant_id)s
+catalog.regionOne.volumev2.adminURL = http://localhost:8776/v2/$(tenant_id)s
+catalog.regionOne.volumev2.internalURL = http://localhost:8776/v2/$(tenant_id)s
+catalog.regionOne.volumev2.name = Volume Service V2
 
-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.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
-catalog.RegionOne.image.adminURL = http://localhost:9292
-catalog.RegionOne.image.internalURL = http://localhost:9292
-catalog.RegionOne.image.name = Image Service
+catalog.regionOne.image.publicURL = http://localhost:9292
+catalog.regionOne.image.adminURL = http://localhost:9292
+catalog.regionOne.image.internalURL = http://localhost:9292
+catalog.regionOne.image.name = Image Service
 
-catalog.RegionOne.network.publicURL = http://localhost:9696
-catalog.RegionOne.network.adminURL = http://localhost:9696
-catalog.RegionOne.network.internalURL = http://localhost:9696
-catalog.RegionOne.network.name = Network Service
+catalog.regionOne.network.publicURL = http://localhost:9696
+catalog.regionOne.network.adminURL = http://localhost:9696
+catalog.regionOne.network.internalURL = http://localhost:9696
+catalog.regionOne.network.name = Network Service
 
-catalog.RegionOne.orchestration.publicURL = http://localhost:8004/v1/$(tenant_id)s
-catalog.RegionOne.orchestration.adminURL = http://localhost:8004/v1/$(tenant_id)s
-catalog.RegionOne.orchestration.internalURL = http://localhost:8004/v1/$(tenant_id)s
-catalog.RegionOne.orchestration.name = Orchestration Service
+catalog.regionOne.orchestration.publicURL = http://localhost:8004/v1/$(tenant_id)s
+catalog.regionOne.orchestration.adminURL = http://localhost:8004/v1/$(tenant_id)s
+catalog.regionOne.orchestration.internalURL = http://localhost:8004/v1/$(tenant_id)s
+catalog.regionOne.orchestration.name = Orchestration Service
 
-catalog.RegionOne.metering.publicURL = http://localhost:8777
-catalog.RegionOne.metering.adminURL = http://localhost:8777
-catalog.RegionOne.metering.internalURL = http://localhost:8777
-catalog.RegionOne.metering.name = Telemetry Service
+catalog.regionOne.metering.publicURL = http://localhost:8777
+catalog.regionOne.metering.adminURL = http://localhost:8777
+catalog.regionOne.metering.internalURL = http://localhost:8777
+catalog.regionOne.metering.name = Telemetry Service