making sure undercloud_enable_novajoin set correctly

Closes-Bug: #1897414
Change-Id: I69a2614f0b686463fbbc71f13457dd65fe7a0015
This commit is contained in:
Ade Lee 2020-09-25 10:29:59 -04:00 committed by Wes Hayutin
parent e8567839a7
commit cf9d8268c2
1 changed files with 2 additions and 2 deletions

View File

@ -211,9 +211,9 @@ novajoin_read_timeout: 60
# This switches between a deployment with novajoin or using ansible-tripleo-ipa
undercloud_enable_novajoin: >-
{% if release in ['queens', 'rocky', 'stein', 'train'] -%}
true
True
{%- else -%}
false
False
{%- endif -%}
external_network_cidr: 10.0.0.0/24