kayobe/releasenotes/notes/fix-inspector-rule-idempotency-f6e5a61f7dca580f.yaml
Mark Goddard 2a00b4cc67 Fix ironic inspector rule creation idempotency
Ironic inspector rules are registered both with the seed and (if using)
overcloud ironic inspector services. These tasks often show up as
changed even when no configuration changes have been made that would
affect the rules.

This is caused by inspector returning default values for fields that may
be omitted in the requested rule. This change fixes the issue by
including those defaults in the comparison.

Change-Id: Ia24e328d4531201d76a65b6385e4463bb1f3c5c6
Story: 2007399
Task: 38997
2020-04-28 13:51:35 +00:00

7 lines
183 B
YAML

---
fixes:
- |
Fixes an issue with idempotency of Ironic Inspector rule creation. See
`story 2007399 <https://storyboard.openstack.org/#!/story/2007399>`__ for
details.