411668ea5a
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
11 lines
447 B
YAML
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``.
|