Merge "Fix STATIC_ROOT for Debian, Ubuntu"
This commit is contained in:
commit
fc92f11068
@ -845,6 +845,9 @@ KEY_MANAGER = {
|
||||
'project_domain_name': '{{ default_project_domain_name }}'
|
||||
}
|
||||
{% endif %}
|
||||
{% if kolla_base_distro in ['debian', 'ubuntu'] and horizon_install_type == 'binary' %}
|
||||
STATIC_ROOT = "/var/lib/openstack-dashboard/static/"
|
||||
{% endif %}
|
||||
|
||||
# Allow operators to overwrite variables (LP: #1769970).
|
||||
from .custom_local_settings import *
|
||||
|
Loading…
x
Reference in New Issue
Block a user