From: Dan Radez Date: Mon, 20 Mar 2017 15:41:36 +0000 (-0400) Subject: Setting keystone region for tacker X-Git-Tag: opnfv-6.0.0~840^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=eb426db63c8cc48990a832f8e1b972feb93e7e92;p=apex-tripleo-heat-templates.git Setting keystone region for tacker Change-Id: I170b7e4cff66f0a4b1b6d5735f93c9f0295a5ac5 --- diff --git a/puppet/services/tacker.yaml b/puppet/services/tacker.yaml index d6c0ef9a..c14e061b 100644 --- a/puppet/services/tacker.yaml +++ b/puppet/services/tacker.yaml @@ -98,6 +98,7 @@ outputs: service_config_settings: keystone: tacker::keystone::auth::tenant: 'service' + tacker::keystone::auth::region: {get_param: KeystoneRegion} tacker::keystone::auth::password: {get_param: TackerPassword} tacker::keystone::auth::public_url: {get_param: [EndpointMap, TackerPublic, uri]} tacker::keystone::auth::internal_url: {get_param: [EndpointMap, TackerInternal, uri]}