From: Dan Radez Date: Mon, 20 Mar 2017 15:39:13 +0000 (-0400) Subject: Setting keystone region for congress X-Git-Tag: opnfv-6.0.0~873^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=32be46f508423c822208e3c9f3afb32902f1c1ae;p=apex-tripleo-heat-templates.git Setting keystone region for congress Change-Id: I4958b886cbd6c2b34da0c265e8774105474ace13 --- diff --git a/puppet/services/congress.yaml b/puppet/services/congress.yaml index 7d0e9fae..724a4d6e 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]}