Comment 1 for bug 1657309

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-ceilometer (master)

Reviewed: https://review.openstack.org/421561
Committed: https://git.openstack.org/cgit/openstack/puppet-ceilometer/commit/?id=306c6d660d49ed71419cae534e52935e1e1069c5
Submitter: Jenkins
Branch: master

commit 306c6d660d49ed71419cae534e52935e1e1069c5
Author: Alex Schultz <email address hidden>
Date: Tue Jan 17 15:22:53 2017 -0700

    Fix Ubuntu Ocata issues

    The Ubuntu libvirt package has been updated for Ocata and includes
    the Debian name for the libvirt group now. This change updates the
    libvirt group to be 'libvirt' and not 'libvirtd' as it was previously.

    Additionally, we are not properly waiting for the ceilometer packages to
    be installed before attempting to configure apache which under Ubuntu
    can lead to a non-idempotent 2nd run if the apache configuration file
    is installed after we've already run our apache configuration.

    Change-Id: Id191d1a12c84a2bdb305630fd7b10516ac2ba0c2
    Closes-Bug: #1657291
    Closes-Bug: #1657309