We implement the following customizations of the openstack-horizon dashboard:
- /usr/share/openstack-dashboard/openstack_dashboard/templates/_login_footer.html - /usr/share/openstack-dashboard/openstack_dashboard/templates/_footer.html - /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/logo.svg - /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/logo-splash.svg
We serve the openstack dashboard out of '/' instead of Ubuntu's default of '/horizon' and we do so by modifying the following:
- /etc/openstack-dashboard/local_settings.py WEBROOT = '/' LOGIN_URL = WEBROOT + 'auth/login/' LOGOUT_URL = WEBROOT + 'auth/logout/'
- /etc/apache2/conf-available/openstack-dashboard.conf WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi process-group=horizon Alias /static /var/lib/openstack-dashboard/static/ Alias /horizon/static /var/lib/openstack-dashboard/static/
We implement the following customizations of the openstack-horizon dashboard:
- /usr/share/ openstack- dashboard/ openstack_ dashboard/ templates/ _login_ footer. html openstack- dashboard/ openstack_ dashboard/ templates/ _footer. html openstack- dashboard/ openstack_ dashboard/ static/ dashboard/ img/logo. svg openstack- dashboard/ openstack_ dashboard/ static/ dashboard/ img/logo- splash. svg
- /usr/share/
- /usr/share/
- /usr/share/
We serve the openstack dashboard out of '/' instead of Ubuntu's default of '/horizon' and we do so by modifying the following:
- /etc/openstack- dashboard/ local_settings. py
WEBROOT = '/'
LOGIN_URL = WEBROOT + 'auth/login/'
LOGOUT_URL = WEBROOT + 'auth/logout/'
- /etc/apache2/ conf-available/ openstack- dashboard. conf openstack- dashboard/ openstack_ dashboard/ wsgi/django. wsgi process- group=horizon openstack- dashboard/ static/ openstack- dashboard/ static/
WSGIScriptAlias / /usr/share/
Alias /static /var/lib/
Alias /horizon/static /var/lib/