From a58332e31f731adc9a275fc6d636ef91c2b1dcb3 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 22 Sep 2017 15:10:42 -0400 Subject: Fixes missing keystone authtoken pw for Tacker Closes-Bug: 1718997 Change-Id: I2b347cbc4595e6651b0d4be032cb862fde72e15f Signed-off-by: Tim Rozet (cherry picked from commit 253d9b9107aa158af5bcdafe510ecd96658ef137) --- puppet/services/tacker.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/services') diff --git a/puppet/services/tacker.yaml b/puppet/services/tacker.yaml index 541a2eb6..251d8092 100644 --- a/puppet/services/tacker.yaml +++ b/puppet/services/tacker.yaml @@ -114,6 +114,7 @@ outputs: tacker::keystone::authtoken::project_name: 'service' tacker::keystone::authtoken::user_domain_name: 'Default' tacker::keystone::authtoken::project_domain_name: 'Default' + tacker::keystone::authtoken::password: {get_param: TackerPassword} tacker::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} tacker::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} -- cgit 1.2.3-korg