Cannot login dashboard after config neutron
I follow install guide setup neutron, after I finished conifiguration, I cann't login in dashboard. when I login some error show as follow: Something went wrong! An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator.
I check all the neutron configuration, but i didn't find something wrong. I also find some error in dashboard log /var/log/httpd/error_log:
[Tue Apr 01 10:16:06 2014] [error] Internal Server Error: /dashboard/admin/
[Tue Apr 01 10:16:06 2014] [error] Traceback (most recent call last):
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 111, in get_response
[Tue Apr 01 10:16:06 2014] [error] response = callback(request, *callback_args, **callback_kwargs)
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 38, in dec
[Tue Apr 01 10:16:06 2014] [error] return view_func(request, *args, **kwargs)
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 86, in dec
[Tue Apr 01 10:16:06 2014] [error] return view_func(request, *args, **kwargs)
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 54, in dec
[Tue Apr 01 10:16:06 2014] [error] return view_func(request, *args, **kwargs)
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 38, in dec
[Tue Apr 01 10:16:06 2014] [error] return view_func(request, *args, **kwargs)
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/horizon/decorators.py", line 86, in dec
[Tue Apr 01 10:16:06 2014] [error] return view_func(request, *args, **kwargs)
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/django/views/generic/base.py", line 48, in view
[Tue Apr 01 10:16:06 2014] [error] return self.dispatch(request, *args, **kwargs)
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/django/views/generic/base.py", line 69, in dispatch
[Tue Apr 01 10:16:06 2014] [error] return handler(request, *args, **kwargs)
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/horizon/tables/views.py", line 155, in get
[Tue Apr 01 10:16:06 2014] [error] handled = self.construct_tables()
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/horizon/tables/views.py", line 146, in construct_tables
[Tue Apr 01 10:16:06 2014] [error] handled = self.handle_table(table)
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/horizon/tables/views.py", line 118, in handle_table
[Tue Apr 01 10:16:06 2014] [error] data = self._get_data_dict()
[Tue Apr 01 10:16:06 2014] [error] File "/usr/lib/python2.6/site-packages/horizon/tables/views.py", line 182, in _get_data_dict
[Tue Apr 01 ...
Can you add your neutron.conf and neutron-api files please? Also verify the urls and credentials in those files.