Turn on debug output from IPA by default

There's no real cost to having IPA debug output on, and it helps
operators work out from a KVM what went wrong when things get
exciting. So let's just turn it on by default.

Co-Authored-By: Michael Carden <mike.carden@gmail.com>

Change-Id: I2ac525570088ea4494968666213d6f583bd5ede9
This commit is contained in:
Michael Still 2016-09-28 10:52:15 +10:00
parent b0fa2aa408
commit 378727f47a
2 changed files with 4 additions and 0 deletions

View File

@ -183,3 +183,6 @@ ironic_role_project_group: ironic_all
ironic_ironic_conf_overrides: {}
ironic_rootwrap_conf_overrides: {}
ironic_policy_overrides: {}
# pxe boot
ironic_pxe_append_params: "ipa-debug=1 systemd.journald.forward_to_console=yes"

View File

@ -138,6 +138,7 @@ pool_max_size = {{ ironic_wsgi_processes }}
[pxe]
tftp_server = {{ ironic_tftp_server_address }}
pxe_append_params = {{ ironic_pxe_append_params }}
[seamicro]