Files
puppet-ironic/releasenotes/notes/manage_http_server-bc9a073ba0c997ee.yaml
Takashi Kajinami 084c0e54a3 pxe: Allow disabling http server
This change introduces a new option to disable resources to set up http
server for ipxe boot. This is useful, when ipxe boot interface is not
used or users have their own external tooling to maintain the http
server.

Change-Id: Ic767795442ee68ce8dda6bc8b53493ac17f6f40c
2022-09-06 21:12:27 +09:00

7 lines
205 B
YAML

---
features:
- |
The ``ironic::pxe::manage_http_server`` parameter has been added. When
this parameter is set to ``false``, the ``ironic::pxe`` class does not
manage the Apache HTTP Server.