diff options
author | Dan Radez <dradez@redhat.com> | 2017-03-20 11:41:36 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-04-03 12:01:24 +0000 |
commit | a1599f5456d4dba9f3b160a8fa48f4ce787bfea8 (patch) | |
tree | dbfb0af99f2522abb77477954f841b4d7b1ce3e1 | |
parent | 96fc0659c3736f752927a4bce3550678bf3bb44e (diff) |
Setting keystone region for tacker
Change-Id: I170b7e4cff66f0a4b1b6d5735f93c9f0295a5ac5
(cherry picked from commit eb426db63c8cc48990a832f8e1b972feb93e7e92)
-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]} |