Comment 81 for bug 1581598

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

Reviewed: https://review.openstack.org/318221
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=0bfbdf8b1b5d5a6769d0f8062154cf9e5c1e3022
Submitter: Jenkins
Branch: stable/16.04

commit 0bfbdf8b1b5d5a6769d0f8062154cf9e5c1e3022
Author: James Page <email address hidden>
Date: Wed May 18 17:42:25 2016 +0100

    Resync stable 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: I51618d881e3618e17a355de94ba8a17bfc07f336
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674