Comment 22 for bug 1749209

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

Reviewed: https://review.openstack.org/567196
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=ae90e24146cbeb5af3f42e9e2e01cf842984cd9f
Submitter: Zuul
Branch: stable/queens

commit ae90e24146cbeb5af3f42e9e2e01cf842984cd9f
Author: Brent Eagles <email address hidden>
Date: Wed Mar 7 09:34:55 2018 -0330

    Generate and mount wrappers for neutron agent processes

    The neutron agents use things like dnsmasq and keepalived as part of
    their implementation. Running these "subprocesses" in separate
    containers prevent dataplane breakages/unnecessary failover on agent
    container restart. This patch triggers the creation and mounting of
    wrappers for launching these processes in containers.

    Related-Bug: #1749209
    Depends-On: Icd4c24ac686d957391548a04722266cefc1bce27
    Depends-On: I8d93f4eccde1dc6e55e10399184ee80671355769
    Depends-On: Ib2d2ad4960ea34ec9e3fca1eeb322742341f7eb7
    Change-Id: Iea53489c916765bcfd88d7d12e6a32e1b6276d81
    (cherry picked from commit b02273765240be34cd02c9c0832b3af256e3aba8)