Merge "Fix generation of globals.yml" into stable/queens

This commit is contained in:
Zuul 2019-02-12 18:39:34 +00:00 committed by Gerrit Code Review
commit 6bc59900f2
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ enable_{{ feature_flag }}: {{ hostvars[inventory_hostname]['kolla_enable_' ~ fea
#############################
# Ironic options
#############################
{% if kolla_inspector_dhcp_pool_start is not none and kolla_inspector_dhcp_pool_end is not none %}
{% if kolla_inspector_dhcp_pool_start and kolla_inspector_dhcp_pool_end %}
ironic_dnsmasq_dhcp_range: {{ kolla_inspector_dhcp_pool_start }},{{ kolla_inspector_dhcp_pool_end }}
{% endif %}