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,