ironic/releasenotes/notes/bug-1749433-363b747d2db67df6.yaml
Hironori Shiina 4df93fc474 Build instance PXE options for unrescue
This patch always builds PXE options for booting a user image even if
the provision state is related to rescue mode. When the state is
unrescuing, these options are necessary to boot a user image. When the
provision state is rescuing, these options are just ignored because
the PXE configuration is used at deployment mode.

Change-Id: I1ff51cab120e6612c71e5d9c45cf28797bc16e76
Closes-Bug: 1749433
2018-02-19 12:05:15 +00:00

7 lines
222 B
YAML

---
fixes:
- |
Fixes a bug preventing a node from booting into the user instance after unrescuing
if instance netboot is used. See `bug 1749433
<https://bugs.launchpad.net/ironic/+bug/1749433>`_ for details.