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.
Reviewed: https:/ /review. openstack. org/624967 /git.openstack. org/cgit/ openstack/ kolla/commit/ ?id=6258a920fdf 8432f3969681576 5f3320afe92fca
Committed: https:/
Submitter: Zuul
Branch: master
commit 6258a920fdf8432 f39696815765f33 20afe92fca
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] Id91ebb8b0ecc43 946845de386350a f0536dd661f
Change-Id: Id77ecfca09dfda 8da984589f70a26 433214ee3af
Closes-Bug: #1808326
Related-Bug: #1799642