Comment 29 for bug 1749209

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/571130
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=662814ed1c121a7177c95b4a774d1c1fae686087
Submitter: Zuul
Branch: master

commit 662814ed1c121a7177c95b4a774d1c1fae686087
Author: Daniel Alvarez <email address hidden>
Date: Wed May 30 10:10:02 2018 +0200

    Generate and mount wrappers for haproxy in OVN metadata agent

    OVN metadata agent uses haproxy as part of its implementation.
    Running it in a separate container prevents dataplane breakages
    (ie. restarting VMs or spawning new ones) on agent restart/stop.
    This patch triggers the creation of such sidecar container and
    mounting of haproxy wrapper for spawning it in a separate
    container.

    Change-Id: I59e08384080cda0b6c0f03c9ed8fb6f6a5661e6b
    Related-Bug: #1749209
    Signed-off-by: Daniel Alvarez <email address hidden>