From fcba390aa03b4373478e7138045e2d6050871ec7 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Tue, 18 Sep 2012 14:17:51 -0700 Subject: [PATCH] Fixes error when clicking OpenStack logo. Fixes bug 1052677. Change-Id: I796f23c4e9c5439b7263957cb4ec1b8fa864f398 --- openstack_dashboard/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index f3b34a693c3..da9a8373cfc 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py @@ -53,7 +53,7 @@ HORIZON_CONFIG = { 'dashboards': ('nova', 'syspanel', 'settings',), 'default_dashboard': 'nova', - 'user_home': 'horizon.views.user_home', + 'user_home': 'horizon.views.base.get_user_home', 'ajax_queue_limit': 10, 'help_url': "http://docs.openstack.org", 'exceptions': {'recoverable': exceptions.RECOVERABLE,