a581c1eafc
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
7 lines
240 B
YAML
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.
|