Comment 5 for bug 1014735

Revision history for this message
Stuart Stent (stuart-stent) wrote :

Looks like this is 2 issues

1) Horizon looks to now require nodejs installed

the code is then looking for node-less to be installed in /usr/lib/python2.6/site-packages/openstack_dashboard/wsgi/../../openstack_dashboard/../bin/less/lessc

2) This path seems to be incorrect and should be

/usr/lib/python2.6/site-packages/openstack_dashboard/wsgi/../../openstack_dashboard/bin/less/lessc

as otherwise the path ends up in /usr/lib/python2.6/site-packages and the code can't find openstack_dashboard/static

-- On a side node, listing exactly where the npm install should point to would be good