ironic/releasenotes/notes/fix-boot-from-volume-for-iscsi-deploy-71c1f2905498c50d.yaml
Shivanand Tendulker e9ecdbbadc Boot from volume fails with 'iscsi' deploy interface
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
2017-08-31 00:56:22 -04:00

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.