Merge "Disable Mistral on the Undercloud for after Train"

This commit is contained in:
Zuul 2020-05-13 03:25:14 +00:00 committed by Gerrit Code Review
commit 2ff5367d0a

@ -105,4 +105,9 @@ octavia_amphora_path: >-
{{ working_dir }}/amphora.qcow2
{%- endif %}
undercloud_enable_mistral: true
undercloud_enable_mistral: >-
{% if release in ['queens', 'rocky', 'stein', 'train'] -%}
true
{%- else -%}
false
{%- endif %}