acdc372b5d
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
8 lines
262 B
YAML
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.
|