aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-03-20 11:39:13 -0400
committerDan Radez <dradez@redhat.com>2017-03-27 12:07:09 +0000
commit9a8d65466569ccb62608fbb83f4f7715eab55173 (patch)
tree58355bb56602288a130d8a5c5eb843c14361d957 /puppet/services
parent189a950a7b8bc33caa6ed43baeb3aeefdd5d582b (diff)
Setting keystone region for congress
Change-Id: I4958b886cbd6c2b34da0c265e8774105474ace13 (cherry picked from commit 32be46f508423c822208e3c9f3afb32902f1c1ae)
Diffstat (limited to 'puppet/services')
-rw-r--r--puppet/services/congress.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/congress.yaml b/puppet/services/congress.yaml
index 8bc9f2e3..1b7d698d 100644
--- a/puppet/services/congress.yaml
+++ b/puppet/services/congress.yaml
@@ -88,6 +88,7 @@ outputs:
service_config_settings:
keystone:
congress::keystone::auth::tenant: 'service'
+ congress::keystone::auth::region: {get_param: KeystoneRegion}
congress::keystone::auth::password: {get_param: CongressPassword}
congress::keystone::auth::public_url: {get_param: [EndpointMap, CongressPublic, uri]}
congress::keystone::auth::internal_url: {get_param: [EndpointMap, CongressInternal, uri]}