aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-26 08:11:47 +0000
committerGerrit Code Review <review@openstack.org>2017-03-26 08:11:47 +0000
commitb32d48f2a406c00e6f7a85fdb57e286379cdfe4a (patch)
tree154b0d6e79f2eebbfd435e4f0cdd7ce5196f245f /puppet
parentcabd59b5f843733c92e30b2dc389769f121c91f3 (diff)
parent32be46f508423c822208e3c9f3afb32902f1c1ae (diff)
Merge "Setting keystone region for congress"
Diffstat (limited to 'puppet')
-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 fd1ee24b..20f64162 100644
--- a/puppet/services/congress.yaml
+++ b/puppet/services/congress.yaml
@@ -90,6 +90,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]}