From 21fc03068f28d0c13462b7d363a0b51b40f0da8c Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 26 Mar 2020 11:38:33 -0400 Subject: [PATCH] Add heat::cache to heat profile ... so our operators can override oslo cache options in heat.conf. Change-Id: I1cbe94928540af48134ce878ca7ad404b92de170 (cherry picked from commit 991d52605c4010555cef8152e00c3c1b6bfaf340) --- manifests/profile/base/heat.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/profile/base/heat.pp b/manifests/profile/base/heat.pp index ab9fae0bd..496f4ffbb 100644 --- a/manifests/profile/base/heat.pp +++ b/manifests/profile/base/heat.pp @@ -131,6 +131,7 @@ class tripleo::profile::base::heat ( include ::heat::config include ::heat::cors include ::heat::logging + include ::heat::cache } if $step >= 5 {