bifrost/releasenotes/notes/test_vm_network_enable_dhcp-78923ef94b44e6d1.yaml
Dmitry Tantsur 5befa87e9d Disable DHCP on the libvirt network rather than doing killall dnsmasq
We're doing a weird thing: first we enable DHCP in libvirt, then we killall
dnsmasq to stop it. Just don't enable it in the first plac

Change-Id: I539ffbfc5d4d004d27aaae0f83fef649f0e5be8c
2020-08-26 18:29:56 +02:00

12 lines
383 B
YAML

---
fixes:
- |
Removes the ``test_vm_network_enable_dhcp`` option and disables DHCP on
the libvirt network instead of unconditionally killing all dnsmasq
processes on the machine.
upgrade:
- |
Bifrost will no longer kill all running dnsmasq processes for you. If you
have dnsmasq processes that are not managed by systemd, you have to stop
them yourself.