storm: no need to check is it Python 3

Change-Id: I6cbb90921220f58c7c2a00e9e7c8dc8e1af5e767
This commit is contained in:
Marcin Juszkiewicz 2021-04-13 14:05:34 +02:00
parent 99b82d045b
commit 9daddbaf64
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 %}
# 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 }}
{% endif %}
{% endblock %}
COPY extend_start.sh /usr/local/bin/kolla_extend_start