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
{% if kolla_enable_ironic|bool and kolla_nova_compute_ironic_host is not none %}
[DEFAULT]
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.') }}
{% endif %}
# Don't limit the number of concurrent builds for the nova ironic compute
# service.
max_concurrent_builds = 35
force_config_drive = True
[ironic]
# Ramp up maximum retries to allow time for baremetal node reboot and switch configs
api_max_retries = 720
[compute]
# Don't disable the compute service due to failed builds.