storm: no need to check is it Python 3
Change-Id: I6cbb90921220f58c7c2a00e9e7c8dc8e1af5e767
This commit is contained in:
parent
99b82d045b
commit
9daddbaf64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user