Merge "[reno] Clarify fix for missing boot.prepare_instance" into stable/pike

This commit is contained in:
Jenkins 2017-09-06 17:31:45 +00:00 committed by Gerrit Code Review
commit d2b0f772b2
1 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,8 @@
---
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.
Fixes an issue in boot from volume for ``iscsi`` deploy interface. Booting
from a volume would fail for a node with the ``iscsi`` deploy interface
because the pxelinux.cfg file for the MAC address wasn't created and the
node would fail to boot. The pxelinux.cfg file is now created. See
`bug 1714436 <https://bugs.launchpad.net/ironic/+bug/1714436>`_ for details.