Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions kolla/node_custom_config/ironic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ port_range = 40000:50000
# We do not perform automated cleaning to improve turnaround time on a node.
automated_clean = False

# M.S. disable node history due to incompatibility with 64 character user_ids
# see bug https://bugs.launchpad.net/ironic/+bug/2054594
# revert when upgrading to 2024.1
node_history = false

# deploy kernel and ramdisk to use if not set on node
{% if ironic_deploy_kernel is defined %}
deploy_kernel = "{{ ironic_deploy_kernel }}"
Expand Down
Loading