diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-04 00:40:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-04 00:40:15 +0000 |
commit | cfb06558778c23f430c4da5136e084d243fe95cf (patch) | |
tree | 49ff27f1dada94aff26413b92943a4d2d6f2c941 /puppet | |
parent | 562969b5da422e22e83f0f1d614000339591e279 (diff) | |
parent | a1599f5456d4dba9f3b160a8fa48f4ce787bfea8 (diff) |
Merge "Setting keystone region for tacker" into stable/ocata
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/tacker.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/tacker.yaml b/puppet/services/tacker.yaml index 6f92066e..2f803b0b 100644 --- a/puppet/services/tacker.yaml +++ b/puppet/services/tacker.yaml @@ -89,6 +89,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]} |