Comment 3 for bug 1695087

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

Reviewed: https://review.openstack.org/470051
Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=e4155624007337c4375eb5fe4ecc5b686ddaa2d2
Submitter: Jenkins
Branch: master

commit e4155624007337c4375eb5fe4ecc5b686ddaa2d2
Author: Michael Johnson <email address hidden>
Date: Thu Jun 1 15:43:24 2017 -0700

    Fix keepalived systemd race with haproxy namespace

    If an amphora gets rebooted there is a race condition in the systemd
    configurations where keepalived may start before the network namespace
    is restored by the haproxy processes. This patch makes sure the
    haproxy services start before the keepalived process.

    Change-Id: I0839161181143aee119c9a449f27671e5c5d2dd0
    Closes-Bug: #1695087