diff options
author | Zuul <zuul@review.opendev.org> | 2020-05-13 17:04:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-05-13 17:04:57 +0000 |
commit | f1b2cb74545b4ea75bd551fca61c69f53bb608fd (patch) | |
tree | 7d9af3ffd1614c07bb42e4210b062daf901d44b8 /releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml | |
parent | cb4fda03bda78aae8df019facbc40c3397d93594 (diff) | |
parent | d1aa76d0c18c4af6cbf78bd68ff41d23b368a8a0 (diff) | |
download | ironic-b21e76cc75f22ac6d15b6313f082dd8f55fbb9de.tar.gz |
Merge "Move ipmi logging to a separate option" into stable/stein12.1.5
Diffstat (limited to 'releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml')
-rw-r--r-- | releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml b/releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml new file mode 100644 index 000000000..d0feb47f4 --- /dev/null +++ b/releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml @@ -0,0 +1,13 @@ +--- +features: + - | + Adds a new ``[ipmi]debug`` option that allows users to explicitly turn + IPMI command debugging on, as opposed to relying upon the system debug + setting ``[DEFAULT]debug``. Users wishing to continue to log this output + should set ``[ipmi]debug`` to ``True`` in their ironic.conf. +upgrade: + - Debug logging control has been moved to the ``[ipmi]debug`` configuration + setting as opposed to the "conductor" ``[DEFAULT]debug`` setting as + the existing ``ipmitool`` output can be extremely misleading for users. + Operators who wish to continue to log ``ipmitool`` verbose output in their + logs should explicitly set the ``[ipmi]debug`` command to True. |