Merge "Add Apache httpd setup to heat-api-cfn"

This commit is contained in:
Zuul 2020-03-02 20:05:41 +00:00 committed by Gerrit Code Review
commit 96d4e1ad3a
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,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