You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etc/kayobe/kolla/config/nova/nova-compute-ironic.conf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
{% if kolla_enable_ironic|bool and kolla_nova_compute_ironic_host is not none %}
2
1
[DEFAULT]
2
+
{% if kolla_enable_ironic|bool and kolla_nova_compute_ironic_host is not none %}
3
3
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.') }}
4
4
{% endif %}
5
5
# Don't limit the number of concurrent builds for the nova ironic compute
0 commit comments