kolla/releasenotes/notes/add-use-dumb-init-config-option-26b47f6d97d7585c.yaml
Rabi Mishra a3419f060e Add config option use_dumb_init to add it to container images
Usage of dumb-init can also be disabled from cli with
`--nouse-dumb-init` when building images.

Change-Id: Id32d54fc9913b83cf121ede5a5e265e0772062ae
Related-Bug: #1821970
(cherry picked from commit fb4cb9efda)
2019-09-09 16:51:31 +00:00

8 lines
316 B
YAML

---
features:
- |
Adds configration option ``use_dumb_init``, with default value of ``True``.
This can be use to avoid the of ``dumb-init`` as the container entrypoint,
using ``kolla_start`` directly instead. This option can also be disabled
via the ``kolla-build --nouse-dumb-init`` CLI argument.