Merge "update horizon configuration for python3 migrating"
This commit is contained in:
commit
483304dc03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user