bifrost/releasenotes/notes/populate_domain_dnsmasq-5408896247eb39b4.yaml
Julia Kreger bbcd63f18b Correct release note syntax
Colon characters are magical characters in yaml, and as such we
can't have them in release notes.

This is also called the realization that TheJulia needs to put
reno check job in-place.

Change-Id: I6eee79af773574db7f113e99223d75cbef7e8b0b
2016-03-08 17:57:47 -05:00

15 lines
599 B
YAML

---
features:
- Allow to populate the domain setting of
dnsmasq. As shown in documentation, this is optional,
but if it is set, it does the following things.
1) Allows DHCP hosts to have fully qualified domain
names, as long as the domain part matches this setting.
2) Sets the "domain" DHCP option thereby potentially
setting the domain of all systems configured by DHCP.
3) Provides the domain part for "expand-hosts"
other:
- The role will accept the ``domain`` setting. If that's
present, it will be populated to equivalent domain
setting in dnsmasq.conf