kolla-ansible/releasenotes/notes/support-tty-containers-c2d189f2e7c25dba.yaml
Eduardo Gonzalez 846c15d8e1 Allow set tty for containers
This change adds support to comfigure tty,
it was enabled by default but a recent patch
removed it. Some services such as Karaf in opendaylight
requires a TTY during startup.

Closes-Bug: #1806662
Change-Id: Ia4335523b727d0e45505cbb1efb40ccf04c27db7
2018-12-05 11:44:37 +00:00

6 lines
132 B
YAML

---
features:
- |
Added new parameter in kolla_docker to support configuring
TTY in containers, value is False by default