ironic-inspector/releasenotes/notes/rollback-formatting-7d61c9af2600d42f.yaml
Dmitry Tantsur ce4fb10115 Do not fail rules rollback on bad formatting key
The reason we're running rollback may be because some keys are not present.
We don't want to fail due to that, see bug 1686942 for an example.

Change-Id: Iac242df9987f1ce0c7a6db4f70440fa8f2aabc46
Closes-Bug: #1686942
2017-05-16 16:47:00 +02:00

8 lines
259 B
YAML

---
fixes:
- |
Do not fail the whole introspection due to a value formatting error during
introspection rules rollback. See `bug 1686942
<https://bugs.launchpad.net/ironic-inspector/+bug/1686942>`_ for an example
and detailed investigation.