Comment 40 for bug 1581598

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

Reviewed: https://review.openstack.org/318078
Committed: https://git.openstack.org/cgit/openstack/charm-swift-storage/commit/?id=d642f1e0133ab04cf8a1165bf0e0720dfe28f249
Submitter: Jenkins
Branch: master

commit d642f1e0133ab04cf8a1165bf0e0720dfe28f249
Author: James Page <email address hidden>
Date: Wed May 18 14:13:51 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: I0b68a2c4c03cb9d9113f23df8af50e09b0628348
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674