ironic/releasenotes/notes/fix-boot-from-volume-for-iscsi-deploy-60bc0790ada62b26.yaml
kesper 49c4bba14e Boot from volume fails with 'iscsi' deploy interface
When boot from volume is requested for a node with 'iscsi' deploy
interface it does not call the boot.prepare_instance and fails to
create pxelinux.cfg file to boot with ipxe.
This commit fixes the issue.

Change-Id: Iff997e1786a933f50a25c9d89cb163a6aaec3f00
Closes-Bug: #1714436
2017-09-01 12:23:19 +00:00

10 lines
343 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, it doesn't create pxelinux.cfg file for mac,
and failed to boot. See `bug 1714436
<https://bugs.launchpad.net/ironic/+bug/1714436>`_ for details.