Comment 8 for bug 1711140

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

Reviewed: https://review.openstack.org/495346
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-lxc_hosts/commit/?id=af36d8458dee92ef94c7b544dcc2c5894024e233
Submitter: Jenkins
Branch: stable/pike

commit af36d8458dee92ef94c7b544dcc2c5894024e233
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)