Using devstack unable to view images in horizon but CLI is ok
After installing devstack ( stable/newton) i ovserve that horizon is not displaying the a) images b) instances Going through the horizon logs i observe the following:
sudo tail -f /var/log/apache2/horizon_error.log | sed 's/\x1b/\o033/g' 2016-12-14 09:22:36.437220 Internal Server Error: /dashboard/i18n/js/horizon+openstack_dashboard+tacker_horizon+tacker_horizon.openstack_dashboard.dashboards.nfv/
2016-12-14 09:22:36.437277 Traceback (most recent call last):
2016-12-14 09:22:36.437282 File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 132, in get_response
2016-12-14 09:22:36.437284 response = wrapped_callback(request, callback_args, *callback_kwargs)
2016-12-14 09:22:36.437287 File "/usr/local/lib/python2.7/dist-packages/django/views/i18n.py", line 315, in javascript_catalog
2016-12-14 09:22:36.437289 catalog, plural = get_javascript_catalog(locale, domain, packages)
2016-12-14 09:22:36.437291 File "/usr/local/lib/python2.7/dist-packages/django/views/i18n.py", line 207, in get_javascript_catalog
2016-12-14 09:22:36.437293 path = os.path.join(os.path.dirname(upath(p.__file__)), 'locale')
2016-12-14 09:22:36.437296 AttributeError: 'module' object has no attribute '__file__'
Any idea what could be the reson?