From f724fb784504256ef50d390b9394b36b30698bf8 Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Mon, 20 Aug 2012 14:54:58 -0700 Subject: [PATCH] BUG #1039180 - misconfiguration in horizon settings leads to stack trace Change-Id: I328df7dc91bde723acb0dcd6fa0e8986255b9c50 --- AUTHORS | 1 + files/horizon_settings.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 4f771ce179..dde2c7be8e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,6 +29,7 @@ Josh Kearney Justin Shepherd Ken Pepple Kiall Mac Innes +Matt Joyce Osamu Habuka Russell Bryant Scott Moser diff --git a/files/horizon_settings.py b/files/horizon_settings.py index 487c06eaa9..d18fd1a54a 100644 --- a/files/horizon_settings.py +++ b/files/horizon_settings.py @@ -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.