19036bf75c
Change-Id: I2c0bc7906a165f26b21a3283636409f75cfdb30a
19 lines
697 B
YAML
19 lines
697 B
YAML
---
|
|
features:
|
|
- |
|
|
ironic::inspector::dhcp_debug has been added and should be set to enable
|
|
dnsmasq debug logging.
|
|
upgrade:
|
|
- |
|
|
The deprecated parameters use_syslog, use_stderr, log_facility, log_dir and
|
|
debug in the ::ironic class is now removed. Please set them in ::ironic::logging
|
|
instead.
|
|
- |
|
|
ironic::inspector::logging is not included in ironic::inspector by default, you
|
|
should define it to set logging options for the inspector.
|
|
deprecations:
|
|
- |
|
|
ironic::inspector::debug is deprecated will be removed.
|
|
Please set ironic::inspector::logging::debug to enable debug logging and/or set
|
|
ironic::inspector::dhcp_debug to enable dnsmasq debugging.
|