Merge "Use bool filter for ironic"

This commit is contained in:
Jenkins 2015-10-19 20:27:22 +00:00 committed by Gerrit Code Review
commit ab3ae911d0

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