Comment 5 for bug 1711140

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-lxc_hosts (stable/ocata)

Reviewed: https://review.openstack.org/494266
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-lxc_hosts/commit/?id=35cb1ffd23b194491cde02312d3066362d9e5c13
Submitter: Jenkins
Branch: stable/ocata

commit 35cb1ffd23b194491cde02312d3066362d9e5c13
Author: Jesse Pretorius <email address hidden>
Date: Wed Aug 16 14:43:45 2017 +0100

    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
    (cherry picked from commit d5bef82dfedc72eb2d51ef899578098c35738085)