ironic/releasenotes/notes/error-resilient-enabled_drivers-4e9c864ed6eaddd1.yaml
Lucas Alvares Gomes a581c1eafc Make "enabled_drivers" config option more resilient to failures
Do not fail to start the ironic-conductor service if there's a
trailing comma or an empty value as part of the "enabled_drivers" or
"enabled_network_interfaces" configuration option, instead, log a warning
alerting the operation of the wrong syntax.

Change-Id: Id9141c014263de5e72641613d970fd481a6aaa74
Closes-Bug: #1647783
2016-12-07 11:29:51 +00:00

7 lines
240 B
YAML

---
fixes:
- Fixes an issue where the ironic-conductor service would not
run if a trailing comma or empty driver was specified in the
``[DEFAULT]enabled_drivers`` configuration option. The service now
runs and logs a warning.