Skip to content

Commit 49e5d7d

Browse files
authored
Leo's suggestion from code review
1 parent f41358c commit 49e5d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/config/nova/nova-compute-ironic.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{% if kolla_enable_ironic|bool and kolla_nova_compute_ironic_host is not none %}
21
[DEFAULT]
2+
{% if kolla_enable_ironic|bool and kolla_nova_compute_ironic_host is not none %}
33
host = {{ kolla_nova_compute_ironic_static_host_name | mandatory('You must set a static host name to help with service failover. See the operations documentation, Ironic section.') }}
44
{% endif %}
55
# Don't limit the number of concurrent builds for the nova ironic compute

0 commit comments

Comments
 (0)