ironic/releasenotes/notes/bug-2001832-62e244dc48c1f79e.yaml
Hironori Shiina acdc372b5d Stop verifying updated driver in creating task
When a driver of a node is updated, the new driver is passed for
creating a task. If a new driver is a hardware type, the new hardware
type is validated with existing interfaces stored in database even
if requesting to update interfaces together. This causes an error if
the new hardware type doesn't support an existing interface.

Now that a hardware type and interfaces are validated before creating a
task for locking a node when the node is updated, it is not necessary
to verify an updated driver in the task creation.

Change-Id: I3445d6c33660be535babcf3e300ac4ba1b86ae4f
Story: #2001832
Task: #12595
2018-04-24 09:55:38 +00:00

8 lines
262 B
YAML

---
fixes:
- |
Fixes a bug where a node's hardware type cannot be changed to another
hardware type which doesn't support any hardware interface currently used.
See `bug 2001832 <https://storyboard.openstack.org/#!/story/2001832>`_
for details.