Comment 16 for bug 1580674

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

Reviewed: https://review.openstack.org/318069
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-gateway/commit/?id=5e1d6e88ff8ed3363fe89ee7af7ba3ff1a74ed7a
Submitter: Jenkins
Branch: master

commit 5e1d6e88ff8ed3363fe89ee7af7ba3ff1a74ed7a
Author: James Page <email address hidden>
Date: Wed May 18 14:08:15 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: If3a1e835d201f10a05236ba06623699a2ad8e09b
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674