Merge "fix horizon contents path for ubuntu/binary"
This commit is contained in:
commit
2eb85595d4
@ -16,7 +16,11 @@ Listen {{ api_interface_address }}:{{ horizon_port }}
|
|||||||
Require all granted
|
Require all granted
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
{% if kolla_base_distro == 'ubuntu' and kolla_install_type == 'binary' %}
|
||||||
|
Alias /static /var/lib/openstack-dashboard/static
|
||||||
|
{% else %}
|
||||||
Alias /static {{ python_path }}/static
|
Alias /static {{ python_path }}/static
|
||||||
|
{% endif %}
|
||||||
<Location "/static">
|
<Location "/static">
|
||||||
SetHandler None
|
SetHandler None
|
||||||
</Location>
|
</Location>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user