[openstack-dev] Horizon isn't working for me after the D3 change went in on Fedora

Julie Pichon jpichon at redhat.com
Wed May 22 11:52:16 UTC 2013


Hi Kyle,

"Kyle Mestery (kmestery)" <kmestery at cisco.com> wrote:
> 1. Rebooting the host and restocking. Same result in that the failure happens
> again.
> 2. Restacking the host. Same result, the failure happens again.
> 3. Reverting to prior to the D3 commit, running the manage.py command below.
> This results in things working again.
> 4. Stacking, and then stopping horizon and all httpd process, followed by
> running horizon directly from /opt/stack/horizong via run_tests.sh. This
> works as well and I even get the new D3 pie charts.
> 
> So, there appears to be a cache issue somewhere, but I can't seem to figure
> out where. Clearing the cache on my browsers (I've tried Chrome, Firefox,
> and Safari to no avail) doesn't seem to help either.

I saw something similar on a machine with a long running devstack instance, and upgrading the django_compressor library then restarting httpd fixed it for me.

 $ sudo pip -U install django_compressor

I'm guessing there is something in the d3 javascript that django_compressor 1.2 wasn't handling correctly.

Hope this helps,

Julie



More information about the OpenStack-dev mailing list