Browse code

BUG #1039180 - misconfiguration in horizon settings leads to stack trace

Change-Id: I328df7dc91bde723acb0dcd6fa0e8986255b9c50

Matt Joyce authored on 2012/08/21 06:54:58
Showing 2 changed files
... ...
@@ -29,6 +29,7 @@ Josh Kearney <josh@jk0.org>
29 29
 Justin Shepherd <galstrom21@gmail.com>
30 30
 Ken Pepple <ken.pepple@rabbityard.com>
31 31
 Kiall Mac Innes <kiall@managedit.ie>
32
+Matt Joyce <matt.joyce@cloudscaling.com>
32 33
 Osamu Habuka <xiu.yushen@gmail.com>
33 34
 Russell Bryant <rbryant@redhat.com>
34 35
 Scott Moser <smoser@ubuntu.com>
... ...
@@ -41,7 +41,6 @@ MAILER_EMAIL_BACKEND = EMAIL_BACKEND
41 41
 HORIZON_CONFIG = {
42 42
     'dashboards': ('nova', 'syspanel', 'settings',),
43 43
     'default_dashboard': 'nova',
44
-    'user_home': 'openstack_dashboard.views.user_home',
45 44
 }
46 45
 
47 46
 # TODO(tres): Remove these once Keystone has an API to identify auth backend.