Add heat::cache to heat profile

... so our operators can override oslo cache options in heat.conf.

Change-Id: I1cbe94928540af48134ce878ca7ad404b92de170
(cherry picked from commit 991d52605c)
(cherry picked from commit 74483dec77)
This commit is contained in:
Emilien Macchi 2020-03-26 11:38:33 -04:00
parent 733fd1b82c
commit ef775377a6
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ class tripleo::profile::base::heat (
} }
include ::heat::config include ::heat::config
include ::heat::cors include ::heat::cors
include ::heat::cache
} }
if $step >= 5 { if $step >= 5 {