Disable Mistral on the Undercloud for after Train

Change-Id: Ib6aaa04a30ad706c5020de7851987fb7455d3136
This commit is contained in:
Emilien Macchi 2020-03-11 10:47:39 -04:00
parent f3de9a9d91
commit 8d4186e253

@ -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 %}