Merge "horizon: do not build neutron-vpnaas-dashboard for CentOS 7"

This commit is contained in:
Zuul 2019-11-28 18:06:06 +00:00 committed by Gerrit Code Review
commit 666531893c
1 changed files with 2 additions and 2 deletions

View File

@ -162,9 +162,9 @@ RUN ln -s horizon-source/* horizon \
&& cp -r /horizon/openstack_dashboard/conf/* /etc/openstack-dashboard/ \
&& cp /horizon/openstack_dashboard/local/local_settings.py.example /etc/openstack-dashboard/local_settings \
&& cp /horizon/manage.py /var/lib/kolla/venv/bin/manage.py \
{# NOTE(hrw) searchlight moved to Python 3 and CentOS 7 uses Python 2 #}
{# NOTE(hrw) some plugins already moved to Python 3 and CentOS 7 uses Python 2 #}
{% if base_package_type == 'rpm' and base_distro_tag.startswith('7') %}
&& rm -rf /plugins/searchlight-ui* \
&& rm -rf /plugins/searchlight-ui* /plugins/neutron-vpnaas-dashboard* \
{% endif %}
&& if [ "$(ls /plugins)" ]; then \
{{ macros.install_pip(horizon_plugins_pip_packages) }}; \