opensearch: fix footer name

Change-Id: I886da6215c20a3d0227b4ee5d603a7e416929618
This commit is contained in:
Michal Nasiadka 2022-12-06 09:43:54 +01:00
parent 2a4c3092f4
commit bf1ef50d87
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RUN curl -o /tmp/opensearch.tgz ${opensearch_url} && \
COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN chmod 755 /usr/local/bin/kolla_extend_start
{% block elasticsearch_footer %}{% endblock %}
{% block opensearch_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER opensearch