kayobe/releasenotes/notes/prevent-resolv.conf-4a09d50f60f3fe28.yaml
stack 53c5ee1366 Allow resolv.conf configuration to be prevented
In some cases we may wish to use an existing DNS resolver configuration, or to
acquire the configuration via a protocol such as DHCP. In these cases the
variable resolv_is_managed should be set to false.

Change-Id: I1e4661f3eedd87da15142d2d6815aaeb0493be6c
Story: 2001967
Task: 15718
2018-05-09 19:12:00 +01:00

5 lines
149 B
YAML

---
features:
- Adds the ability to prevent configuration of the DNS resolver. This can be
done by setting ``resolv_is_managed`` to ``false``.