Use bool filter for ironic

TrivialFix

Change-Id: Idaa6376c8585b9bebe1d68a518f965124dfe6b76
This commit is contained in:
Sam Yaple 2015-10-18 19:19:43 +00:00
parent 968a42b826
commit d6bf048c34

View File

@ -59,7 +59,7 @@ scheduler_use_baremetal_filters = True
compute_driver = libvirt.LibvirtDriver
{% endif %}
{% if enable_ironic == 'yes' %}
{% if enable_ironic | bool %}
[ironic]
#(TODO) remember to update this once discoverd is replaced by inspector
admin_username = {{ ironic_keystone_user }}