ironic/releasenotes/notes/dnsmasq_dhcp-9154fcae927dc3de.yaml
Steve Baker 754e6bb662 Implement a DHCP driver backed by dnsmasq
The ``[dhcp]dhcp_provider`` configuration option can now be set to
``dnsmasq`` as an alternative to ``none`` for standalone deployments.
This enables the same node-specific DHCP capabilities as the
``neutron`` provider. See the ``[dnsmasq]`` section for configuration
options.

Change-Id: I3ab86ed68c6597d4fb4b0f2ae6d4fc34b1d59f11
Story: 2010203
Task: 45922
2022-09-05 13:57:39 +12:00

7 lines
312 B
YAML

---
features:
- |
The ``[dhcp]dhcp_provider`` configuration option can now be set to
``dnsmasq`` as an alternative to ``none`` for standalone deployments. This
enables the same node-specific DHCP capabilities as the ``neutron`` provider.
See the ``[dnsmasq]`` section for configuration options.