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.