Merge "Fix STATIC_ROOT for Debian, Ubuntu"

This commit is contained in:
Zuul 2020-06-17 14:17:37 +00:00 committed by Gerrit Code Review
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 *