From 991d52605c4010555cef8152e00c3c1b6bfaf340 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 --- 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 84ecd989a..193dca804 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 {