bilelmsekni / OpenStack-Grizzly-Install-Guide

A full install guide for OpenStack Grizzly
352 stars 218 forks source link

Horizon "OfflineGenerationError" #59

Closed markhowells closed 11 years ago

markhowells commented 11 years ago

I've followed the Multinode Guide. Really good job - thanks.

The Horizon interface (using the Ubuntu theme) fails with

OfflineGenerationError: You have offline compression enabled but key "3ddd89d27fa2e162d4efd30c103a072b" is missing from offline manifest. You may need to run "python manage.py compress".

Googling suggests to set

    COMPRESS_OFFLINE = False

in /etc/openstack-dashboard/local_settings.py

This changes the error to

UncompressableFileError: 'horizon/js/horizon.js' isn't accessible via COMPRESS_URL ('/static/') and can't be compressed, referer: http://10.0.0.11/horizon

So now I'm a bit stuck. :(

Otherwise, so far as I can tell, it's working fine.

bilelmsekni commented 11 years ago

Just delete the ubuntu theme and use the default one ;)