Fixes missing keystone authtoken pw for Tacker
authorTim Rozet <trozet@redhat.com>
Fri, 22 Sep 2017 19:10:42 +0000 (15:10 -0400)
committerAlex Schultz <aschultz@redhat.com>
Mon, 25 Sep 2017 18:56:43 +0000 (18:56 +0000)
Closes-Bug: 1718997

Change-Id: I2b347cbc4595e6651b0d4be032cb862fde72e15f
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 253d9b9107aa158af5bcdafe510ecd96658ef137)

puppet/services/tacker.yaml
releasenotes/notes/fix-missing-tacker-password-c2ce555cdd52c102.yaml [new file with mode: 0644]

index 541a2eb..251d809 100644 (file)
@@ -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]}
 
diff --git a/releasenotes/notes/fix-missing-tacker-password-c2ce555cdd52c102.yaml b/releasenotes/notes/fix-missing-tacker-password-c2ce555cdd52c102.yaml
new file mode 100644 (file)
index 0000000..7d8d3dd
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Fixes missing Keystone authtoken password for Tacker.