Comment 0 for bug 1897805

Revision history for this message
David Ames (thedac) wrote :

When using a custom theme the static files are not accessible. They should show up in

/var/lib/openstack-dashboard/static/themes/<custom theme name>

It is possible we need to run various djagno manage.py commands like the following [0]

/usr/share/openstack-dashboard/manage.py collectstatic
/usr/share/openstack-dashboard/manage.py compress

The charm does not appear to do this, though the package does on install.

[0] https://docs.openstack.org/horizon/latest/install/from-source.html