yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13414
[Bug 1304933] [NEW] NotRegistered: Dashboard with slug "admin" is not registered
Public bug reported:
I get an error in /var/log/httpd/error_log just look like below:
--------------------------------------------------------------------------------------------
Login successful for user "admin".
Internal Server Error: /
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.6/site-packages/django/views/decorators/vary.py", line 36, in inner_func
response = func(*args, **kwargs)
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/views.py", line 34, in splash
return shortcuts.redirect(get_user_home(request.user))
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/views.py", line 27, in get_user_home
return horizon.get_dashboard('admin').get_absolute_url()
File "/usr/lib/python2.6/site-packages/horizon/base.py", line 633, in get_dashboard
return self._registered(dashboard)
File "/usr/lib/python2.6/site-packages/horizon/base.py", line 158, in _registered
"slug": slug})
NotRegistered: Dashboard with slug "admin" is not registered.
Not Found: /favicon.ico
--------------------------------------------------------------------------------------------
I also try Bug #1258421 to do
cd /usr/share/openstack-dashboard
chown -R apache:apache *
but it does't work.
So I want to know how "admin" is registerd.
Is Anyone can hepl me.
Thanks.
Xiaozhou
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1304933
Title:
NotRegistered: Dashboard with slug "admin" is not registered
Status in OpenStack Dashboard (Horizon):
New
Bug description:
I get an error in /var/log/httpd/error_log just look like below:
--------------------------------------------------------------------------------------------
Login successful for user "admin".
Internal Server Error: /
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.6/site-packages/django/views/decorators/vary.py", line 36, in inner_func
response = func(*args, **kwargs)
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/views.py", line 34, in splash
return shortcuts.redirect(get_user_home(request.user))
File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/views.py", line 27, in get_user_home
return horizon.get_dashboard('admin').get_absolute_url()
File "/usr/lib/python2.6/site-packages/horizon/base.py", line 633, in get_dashboard
return self._registered(dashboard)
File "/usr/lib/python2.6/site-packages/horizon/base.py", line 158, in _registered
"slug": slug})
NotRegistered: Dashboard with slug "admin" is not registered.
Not Found: /favicon.ico
--------------------------------------------------------------------------------------------
I also try Bug #1258421 to do
cd /usr/share/openstack-dashboard
chown -R apache:apache *
but it does't work.
So I want to know how "admin" is registerd.
Is Anyone can hepl me.
Thanks.
Xiaozhou
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1304933/+subscriptions
Follow ups
References