Use bool filter for ironic
TrivialFix Change-Id: Idaa6376c8585b9bebe1d68a518f965124dfe6b76
This commit is contained in:
parent
968a42b826
commit
d6bf048c34
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user