aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-03-20 11:41:36 -0400
committerPradeep Kilambi <pkilambi@redhat.com>2017-03-31 12:23:06 +0000
commiteb426db63c8cc48990a832f8e1b972feb93e7e92 (patch)
tree3df791a2c4b8a948fda5ef5e36e4f1893e8eca21 /puppet
parent88381053c2785cce670bf91ebc00177992dc45bc (diff)
Setting keystone region for tacker
Change-Id: I170b7e4cff66f0a4b1b6d5735f93c9f0295a5ac5
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/tacker.yaml1
1 files changed, 1 insertions, 0 deletions
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]}