Comment 6 for bug 1799642

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

Reviewed: https://review.openstack.org/624967
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=6258a920fdf8432f39696815765f3320afe92fca
Submitter: Zuul
Branch: master

commit 6258a920fdf8432f39696815765f3320afe92fca
Author: Mark Goddard <email address hidden>
Date: Thu Dec 13 12:07:59 2018 +0000

    Clear ENTRYPOINT configuration for Bifrost

    Bifrost was broken by the recent kolla change [1] to use an ENTRYPOINT
    for dumb-init. The container failed to start because dumb-init was
    trying to run /sbin/init, which expects to be pid 1.

    [1] Id91ebb8b0ecc43946845de386350af0536dd661f

    Change-Id: Id77ecfca09dfda8da984589f70a26433214ee3af
    Closes-Bug: #1808326
    Related-Bug: #1799642