Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions etc/kayobe/kolla/config/bifrost/bifrost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
use_cirros: true
cirros_deploy_image_upstream_url: "{{ stackhpc_overcloud_host_image_url }}"
{% endif %}

# Disable debug logging to avoid generating large log files
ironic_debug: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
upgrade:
- |
Bifrost Ironic debug logging is now disabled by default. Change
``ironic_debug`` to ``true`` to revert.