e9ecdbbadc
When boot from volume is requested for a node with 'iscsi' deploy interface and no 'image_source' is provided in 'node.instance_info'. It calls boot.prepare_ramdisk() and fails while trying to perform validation for 'image_source'. This commit fixes the issue. Closes-Bug: #1714147 Change-Id: Ia3bad7f3325576ba091284f9b63b67a1b26cb3b7
10 lines
415 B
YAML
10 lines
415 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue in boot from volume for ``iscsi`` deploy interface. Boot
|
|
from a volume fails when it is requested for a node having ``iscsi``
|
|
deploy interface and no ``image_source`` is provided in node's
|
|
``node.instance_info``. It fails while trying to perform validation of
|
|
``image_source``. See `bug 1714147
|
|
<https://bugs.launchpad.net/ironic/+bug/1714147>`_ for details.
|