Merge "storm: no need to check is it Python 3"

This commit is contained in:
Zuul 2021-04-20 18:53:03 +00:00 committed by Gerrit Code Review
commit 574ea7bd85
1 changed files with 0 additions and 2 deletions

View File

@ -44,9 +44,7 @@ RUN curl -o /tmp/storm.tgz ${storm_url} \
{% block storm_python_version %} {% block storm_python_version %}
# NOTE(dszumski): Storm needs to be told where the Py3 interpreter lives # NOTE(dszumski): Storm needs to be told where the Py3 interpreter lives
{% if distro_python_version.startswith('3') %}
ENV PYTHON={{ '/usr/bin/python' ~ distro_python_version }} ENV PYTHON={{ '/usr/bin/python' ~ distro_python_version }}
{% endif %}
{% endblock %} {% endblock %}
COPY extend_start.sh /usr/local/bin/kolla_extend_start COPY extend_start.sh /usr/local/bin/kolla_extend_start