Browse code

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

Jenkins authored on 2012/09/13 08:14:28
Showing 2 changed files
... ...
@@ -30,6 +30,7 @@ Josh Kearney <josh@jk0.org>
30 30
 Justin Shepherd <galstrom21@gmail.com>
31 31
 Ken Pepple <ken.pepple@rabbityard.com>
32 32
 Kiall Mac Innes <kiall@managedit.ie>
33
+Matt Joyce <matt.joyce@cloudscaling.com>
33 34
 Osamu Habuka <xiu.yushen@gmail.com>
34 35
 Russell Bryant <rbryant@redhat.com>
35 36
 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.