Add Apache httpd setup to heat-api-cfn

will change heat-api-cfn up way from python to apache.
and add tls.
https://review.opendev.org/#/c/707131/

Related: blueprint add-ssl-internal-network

Change-Id: Ifa6157cf495ff735e1d45899ecaf83a84bf9f793
Signed-off-by: yj.bai <bai.yongjun@99cloud.net>
This commit is contained in:
yj.bai 2020-02-20 15:54:42 +08:00
parent 1b0884af8a
commit c402f20e3e
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{{ macros.install_packages(heat_api_cfn_packages | customizable("packages")) }}
{% endif %}
COPY extend_start.sh /usr/local/bin/kolla_heat_extend_start
RUN chmod 755 /usr/local/bin/kolla_heat_extend_start
{% block heat_api_cfn_footer %}{% endblock %}
{% block footer %}{% endblock %}

View File

@ -0,0 +1,3 @@
#!/bin/bash
. /usr/local/bin/kolla_httpd_setup