summarylogtreecommitdiffstats
path: root/0000-set-default-not-debug.patch
diff options
context:
space:
mode:
authorBigfootACA2021-09-24 00:45:06 +0800
committerBigfootACA2021-09-24 00:45:06 +0800
commit1143e52ff7350ec3bcedb9686ecb06d28e576085 (patch)
tree10fcc1ccf6847d41a7804380484ee88a7f5c84ec /0000-set-default-not-debug.patch
parent27c95d698626e027c40acea81d105882daac9ccc (diff)
downloadaur-openstack-horizon.tar.gz
upgrade to 20.1.0
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