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:
parent
1b0884af8a
commit
c402f20e3e
@ -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 %}
|
||||
|
||||
|
3
docker/heat/heat-api-cfn/extend_start.sh
Normal file
3
docker/heat/heat-api-cfn/extend_start.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /usr/local/bin/kolla_httpd_setup
|
Loading…
Reference in New Issue
Block a user