Comment 80 for bug 1581598

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

Reviewed: https://review.openstack.org/318220
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-mon/commit/?id=6306c694b1c65717d5bb295efa30c79aa2f33b5a
Submitter: Jenkins
Branch: stable/16.04

commit 6306c694b1c65717d5bb295efa30c79aa2f33b5a
Author: James Page <email address hidden>
Date: Wed May 18 17:41:53 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.

    Fixup use of apt during unit tests and ensure that tox
    virtualenvs don't make use of site packages, providing
    better unit test isolation from host OS.

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