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/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775170 Title: [SRU] Fixing empty create swift container dialog after upgrading horizon from newton to ocata To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/1775170/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
