From 90762ee10f1238fb247225b5baa424ffa7d84a38 Mon Sep 17 00:00:00 2001 From: zhurong Date: Thu, 13 Jul 2017 02:05:22 +0000 Subject: [PATCH] Revert "Fix murano-dashboard gate" Revert this commit. since this had fix in horizon in this change [0]. [0]: I23aae10a7e63494c1c9f656b47becd2f067c9058 This reverts commit 9960ceebeda27474fd43233ff5ec7fc5e1aeeacf. Change-Id: I44ce6b15aa4908c4e6aee59d74f796766dc05fc1 --- muranodashboard/tests/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/muranodashboard/tests/settings.py b/muranodashboard/tests/settings.py index 2bbfb0f9f..37d8f3567 100644 --- a/muranodashboard/tests/settings.py +++ b/muranodashboard/tests/settings.py @@ -80,5 +80,3 @@ LOGGING = { } } } - -HORIZON_CONFIG.update({'plugins': 'muranodashboard'})