diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-02 09:09:09 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-02 09:09:09 +0000 |
commit | 8f32530ca0e7435b50c2a1436d7ae624eebb3505 (patch) | |
tree | 6de696f3048857b3e5ad335ed56815a45ec5bb83 | |
parent | 572ae063b3589eea4c9752e8277f49e05cc908db (diff) | |
parent | eb426db63c8cc48990a832f8e1b972feb93e7e92 (diff) |
Merge "Setting keystone region for tacker"
-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 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]} |