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

This commit is contained in:
Jenkins 2012-09-12 23:14:28 +00:00 committed by Gerrit Code Review
commit ac9b20c94d
2 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,7 @@ Josh Kearney <josh@jk0.org>
Justin Shepherd <galstrom21@gmail.com>
Ken Pepple <ken.pepple@rabbityard.com>
Kiall Mac Innes <kiall@managedit.ie>
Matt Joyce <matt.joyce@cloudscaling.com>
Osamu Habuka <xiu.yushen@gmail.com>
Russell Bryant <rbryant@redhat.com>
Scott Moser <smoser@ubuntu.com>

View File

@ -41,7 +41,6 @@ MAILER_EMAIL_BACKEND = EMAIL_BACKEND
HORIZON_CONFIG = {
'dashboards': ('nova', 'syspanel', 'settings',),
'default_dashboard': 'nova',
'user_home': 'openstack_dashboard.views.user_home',
}
# TODO(tres): Remove these once Keystone has an API to identify auth backend.