Comment 15 for bug 1581171

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

Reviewed: https://review.openstack.org/318055
Committed: https://git.openstack.org/cgit/openstack/charm-ceilometer-agent/commit/?id=854c5184eeb9ee217b5a0b395753486ce6782ad0
Submitter: Jenkins
Branch: master

commit 854c5184eeb9ee217b5a0b395753486ce6782ad0
Author: James Page <email address hidden>
Date: Wed May 18 14:00:57 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Ib5f252cc3fff2269a818b7b7856bbe8925f5c12b
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674