openstack-ansible-lxc_hosts/releasenotes/notes/dnsmasq-lxc-conflict-fix-c8968f6a16d033c6.yaml
Jesse Pretorius d5bef82dfe Ubuntu: Use dnsmasq-base, not dnsmasq
In Ubuntu the 'dnsmasq' package actually includes
init scripts and service configuration which
conflict with LXC and are best not included. The
actual dependent package is 'dnsmasq-base'.

With this change, the cleanup is no longer
required because the files are removed by the
purge or not installed in the first place.

Closes-Bug: #1711140
Change-Id: I0b0a8dec3943651f379479ea1a3b8038736b9219
2017-08-16 15:53:23 +01:00

11 lines
385 B
YAML

---
fixes:
- |
In Ubuntu the ``dnsmasq`` package actually includes
init scripts and service configuration which
conflict with LXC and are best not included. The
actual dependent package is ``dnsmasq-base``. The
package list has been adjusted and a task added
to remove the ``dnsmasq`` package and purge the
related configuration files from all LXC hosts.