aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-02 09:09:09 +0000
committerGerrit Code Review <review@openstack.org>2017-04-02 09:09:09 +0000
commit8f32530ca0e7435b50c2a1436d7ae624eebb3505 (patch)
tree6de696f3048857b3e5ad335ed56815a45ec5bb83 /puppet
parent572ae063b3589eea4c9752e8277f49e05cc908db (diff)
parenteb426db63c8cc48990a832f8e1b972feb93e7e92 (diff)
Merge "Setting keystone region for tacker"
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]}