dd570c9649
This updates the release note for the boot-from-volume fix for nodes
with iscsi deploy interface, trying to validate the image_source even
though it wasn't specified. It clarifies what the failure had been and
what was fixed.
The original fix was at e9ecdbbadc
.
Change-Id: Ife73e56c05ac3b3d1ddd67044a732c1a82ba228b
Related-Bug: #1714147
10 lines
465 B
YAML
10 lines
465 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue in boot from volume for a node with the ``iscsi`` deploy
|
|
interface. It would fail if no ``image_source`` was provided in the node's
|
|
``instance_info`` field because it would try to validate the
|
|
``image_source`` which didn't exist. There is no need to specify the
|
|
``image_source`` and the validation is no longer being attempted. See
|
|
`bug 1714147 <https://bugs.launchpad.net/ironic/+bug/1714147>`_ for details.
|