ada6b106c5
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
11 lines
328 B
YAML
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``.
|