ensure that novajoin is using |bool

Change-Id: Ibfbc3d61ebe97503c77313f2a6ff769f71332cc0
This commit is contained in:
Wes Hayutin 2020-09-28 08:09:57 -06:00
parent 0af05939e1
commit b3f4b24d97
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ ipxe_deploy = {{undercloud_ipxe_deploy}}
enable_monitoring = {{undercloud_enable_monitoring}}
# Whether to install novajoin metadata service in the Undercloud.
{% if undercloud_enable_novajoin and enable_tls_everywhere %}
{% if undercloud_enable_novajoin|bool and enable_tls_everywhere|bool %}
enable_novajoin = true
{% else %}
enable_novajoin = false