mistral/api: include cron_trigger

Allow to override hieradata for cron_trigger in Mistral API.

Change-Id: I01c4497324b2c8666d9f749147693d580c0a5e20
This commit is contained in:
Emilien Macchi 2018-03-10 19:10:57 +01:00
parent ebde918b0f
commit f4e5a916b0
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class tripleo::profile::base::mistral::api (
if $step >= 4 or ( $step >= 3 and $is_bootstrap ) {
include ::mistral::api
include ::mistral::cron_trigger
# Temporarily disable Mistral API deployed in WSGI
# https://bugs.launchpad.net/tripleo/+bug/1724607
if $mistral_api_wsgi_enabled {