diff --git a/container-images/tripleo_kolla_template_overrides.j2 b/container-images/tripleo_kolla_template_overrides.j2 index fef973ed3..00213945d 100644 --- a/container-images/tripleo_kolla_template_overrides.j2 +++ b/container-images/tripleo_kolla_template_overrides.j2 @@ -42,6 +42,9 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo {% set base_centos_binary_packages_append = base_centos_binary_packages_append + ['iptables-services'] %} {% endif %} +# Override dumb-init installation +{% block dumb_init_installation %}{% endblock %} +{% set base_centos_binary_packages_append = base_centos_binary_packages_append + ['dumb-init'] %} # This installs the novajoin package in the nova container images; This is # required for TLS everywhere, as nova-api will use the cloud-init script