Comment 43 for bug 1581598

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

Reviewed: https://review.openstack.org/318058
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=fabc06772ea002b5af49d44f84f94595b3660349
Submitter: Jenkins
Branch: master

commit fabc06772ea002b5af49d44f84f94595b3660349
Author: James Page <email address hidden>
Date: Wed May 18 14:02:36 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: I8aa5c59441362100ff48be0181f4cfdb98f2e6d7
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674