From: Tim Rozet Date: Fri, 22 Sep 2017 19:10:42 +0000 (-0400) Subject: Fixes missing keystone authtoken pw for Tacker X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F42813%2F1;p=apex-tripleo-heat-templates.git Fixes missing keystone authtoken pw for Tacker Closes-Bug: 1718997 Change-Id: I2b347cbc4595e6651b0d4be032cb862fde72e15f Signed-off-by: Tim Rozet --- diff --git a/puppet/services/tacker.yaml b/puppet/services/tacker.yaml index 2f803b0b..e98cf505 100644 --- a/puppet/services/tacker.yaml +++ b/puppet/services/tacker.yaml @@ -77,6 +77,7 @@ outputs: tacker::keystone::authtoken::project_name: 'service' tacker::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} tacker::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]} + tacker::keystone::authtoken::password: {get_param: TackerPassword} tacker::db::mysql::password: {get_param: TackerPassword} tacker::db::mysql::user: tacker diff --git a/releasenotes/notes/fix-missing-tacker-password-c2ce555cdd52c102.yaml b/releasenotes/notes/fix-missing-tacker-password-c2ce555cdd52c102.yaml new file mode 100644 index 00000000..7d8d3dd1 --- /dev/null +++ b/releasenotes/notes/fix-missing-tacker-password-c2ce555cdd52c102.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Fixes missing Keystone authtoken password for Tacker.