kolla-ansible/releasenotes/notes/enable-ipxe-cf461344bdb99881.yaml
Mark Goddard 411668ea5a ironic: always enable conductor HTTP server
In the Xena release, Ironic removed the iSCSI driver [1]. The
recommended driver is direct, which uses HTTP to transfer the disk
image. This requires an HTTP server, and the simplest option is to use
the one currently deployed when enable_ironic_ipxe is set to true. For
this reason, this patch always enables the HTTP server running on the
conductor.

iPXE is still enabled separately, since it cannot currently be used at
the same time as PXE.

[1] https://review.opendev.org/c/openstack/ironic/+/789382

Change-Id: I30c2ad2bf2957ac544942aefae8898cdc8a61ec6
2021-07-22 09:46:46 +01:00

11 lines
447 B
YAML

---
upgrade:
- |
An HTTP server is now always deployed for Ironic conductor, while
previously it was only deployed when iPXE is enabled.
In the Xena release, Ironic removed the iSCSI driver. The recommended
deploy driver is ``direct``, which uses HTTP to transfer the disk image.
This requires an HTTP server, and the simplest option is to use the one
previously deployed when ``enable_ironic_ipxe`` is set to ``true``.