summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-22 13:22:33 +0000
committerGerrit Code Review <review@openstack.org>2022-09-22 13:22:33 +0000
commit0773a80f91620202d565e2827bab9ceb1358434a (patch)
treef487ee8a9faefa4297d6a4eed28af5d44dd0354a /releasenotes/notes
parent37a0e9771272264b1cf83d9d4906b5d89de0f8a4 (diff)
parent754e6bb6629a87d52304d736261860683d37da3f (diff)
downloadironic-0773a80f91620202d565e2827bab9ceb1358434a.tar.gz
Merge "Implement a DHCP driver backed by dnsmasq"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/dnsmasq_dhcp-9154fcae927dc3de.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/dnsmasq_dhcp-9154fcae927dc3de.yaml b/releasenotes/notes/dnsmasq_dhcp-9154fcae927dc3de.yaml
new file mode 100644
index 000000000..bbf7dad40
--- /dev/null
+++ b/releasenotes/notes/dnsmasq_dhcp-9154fcae927dc3de.yaml
@@ -0,0 +1,7 @@
+---
+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. \ No newline at end of file