Merge "update horizon configuration for python3 migrating"

This commit is contained in:
Zuul 2019-08-16 16:05:59 +00:00 committed by Gerrit Code Review
commit 483304dc03

View File

@ -1,4 +1,5 @@
{% set python_path = '/usr/share/openstack-dashboard' if horizon_install_type == 'binary' else '/var/lib/kolla/venv/lib/python2.7/site-packages' %}
{% set python_path = '/usr/share/openstack-dashboard' if horizon_install_type == 'binary' else '/var/lib/kolla/venv/lib/python' + distro_python_version + '/site-packages' %}
Listen {{ api_interface_address }}:{{ horizon_listen_port }}
ServerSignature Off