summarylogtreecommitdiffstats
path: root/0000-set-default-not-debug.patch
diff options
context:
space:
mode:
Diffstat (limited to '0000-set-default-not-debug.patch')
-rw-r--r--0000-set-default-not-debug.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0000-set-default-not-debug.patch b/0000-set-default-not-debug.patch
new file mode 100644
index 000000000000..b15caf453b37
--- /dev/null
+++ b/0000-set-default-not-debug.patch
@@ -0,0 +1,13 @@
+diff --git a/horizon-20.1.0/openstack_dashboard/local/local_settings.py.example b/horizon-20.1.0/openstack_dashboard/local/local_settings.py.example
+index 2b084bf..b588971 100644
+--- a/horizon-20.1.0/openstack_dashboard/local/local_settings.py.example
++++ b/horizon-20.1.0/openstack_dashboard/local/local_settings.py.example
+@@ -20,7 +20,7 @@ from horizon.utils import secret_key
+
+ from openstack_dashboard.settings import HORIZON_CONFIG
+
+-DEBUG = True
++DEBUG = False
+
+ # This setting controls whether or not compression is enabled. Disabling
+ # compression makes Horizon considerably slower, but makes it much easier