summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-boot-from-volume-for-iscsi-deploy-71c1f2905498c50d.yaml
blob: be2cbd17ca66c7688ce61bd28c6c48d91de33a18 (plain)
1
2
3
4
5
6
7
8
9
---
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.