ironic-inspector/releasenotes/notes/reset-interfaces-ff78d50b9f05d47d.yaml
Dmitry Tantsur ada6b106c5 Pass reset_interfaces when updating a driver from the rules
Otherwise updating a driver requires listing all interfaces with their
new values. This patch is designed to be backportable, so it has
a fall-back to the previous behavior if the required API version and/or
ironicclient versions are not available.

Story: #2005148
Task: #29854
Depends-On: https://review.openstack.org/#/c/643264/
Change-Id: I115b92b9d7bcdbb1c03f0d259dbba6efd2baec2a
2019-03-14 11:02:40 +01:00

11 lines
328 B
YAML

---
upgrade:
- |
The ``set-attribute`` action now automatically sets ``reset_interfaces`` to
``True`` if the driver is updated. If it's not desired, set it explicitly
to ``False``.
fixes:
- |
Fixes updating a driver with the ``set-attribute`` introspection rule
action by providing ``reset_interfaces``.