ironic/releasenotes/notes/bug-1648387-92db52cbe007fabd.yaml
Yuriy Zveryanskyy 8bcee6e206 Fix default value of "ignore_req_list" config option
If audit is enabled ironic API service does not start with default
value (None) of "ignore_req_list" config option. This patch changes
default value to empty string. Related modification added to ironic
sample config.

Closes-Bug: 1648387
Change-Id: Ifbbbed4012670b4b05fcf63e5586024f3c927875
2016-12-09 16:14:21 +02:00

5 lines
142 B
YAML

---
fixes:
- Fixes the issue that API service does not start if audit is enabled with
default value of "ignore_req_list" config option.