diff --git a/container-images/tripleo_kolla_template_overrides.j2 b/container-images/tripleo_kolla_template_overrides.j2 index 0cd875c67..9e11fcc39 100644 --- a/container-images/tripleo_kolla_template_overrides.j2 +++ b/container-images/tripleo_kolla_template_overrides.j2 @@ -53,6 +53,9 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \ # NOTE (jaosorior): glance-api with TLS everywhere needs these packages. {% set glance_api_packages_append = ['httpd', 'mod_ssl'] %} +# NOTE (ratailor): ec2-api with TLS needs these packages. +{% set ec2_api_packages_append = ['httpd', 'mod_ssl'] %} + # NOTE (jaosorior): neutron-server with TLS everywhere needs these packages. {% set neutron_server_packages_append = ['httpd', 'mod_ssl'] %}