Skip to content

Commit

Permalink
Merge pull request #336 from dtantsur/node-history
Browse files Browse the repository at this point in the history
Disable the node history feature
  • Loading branch information
metal3-io-bot authored Dec 16, 2021
2 parents 7808e3d + ed4b203 commit 7038511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ironic-config/ironic.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ send_sensor_data = {{ env.SEND_SENSOR_DATA }}
send_sensor_data_interval = 160
bootloader = http://{{ env.IRONIC_URL_HOST }}:{{ env.HTTP_PORT }}/uefi_esp.img
verify_step_priority_override = management.clear_job_queue:90
# We don't use this feature, and it creates an additional load on the database
node_history = False

[database]
{% if env.IRONIC_USE_MARIADB | lower == "false" %}
Expand Down

0 comments on commit 7038511

Please sign in to comment.