← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1304933] Re: NotRegistered: Dashboard with slug "admin" is not registered

 

Ok, this isn't a very standard way of installing Horizon (perhaps you
should consider using packages provided by your distro, if they exist).
The 'admin' dashboard lives under the /openstack_dashboard/ directory in
the git repo, my guess would be that it can't be found in your setup,
perhaps because of a wrong location or file permissions.

** Changed in: horizon
       Status: Incomplete => Invalid

-- 
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):
  Invalid

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


References