From 021c395f2ac326f46715f3d8cd1c9aeaf5b37b43 Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 1 Dec 2016 10:24:27 +0000 Subject: [PATCH] Revert "Update uwsgi templates - disable lazy-apps and thunder-lock" This reverts commit 62940860ebadfe69b94e3434a9f17c5ec648efb6. --- snap/templates/admin.ini.j2 | 6 +++--- snap/templates/public.ini.j2 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/snap/templates/admin.ini.j2 b/snap/templates/admin.ini.j2 index 0328457..199e25d 100644 --- a/snap/templates/admin.ini.j2 +++ b/snap/templates/admin.ini.j2 @@ -5,8 +5,8 @@ buffer-size = 65535 http = 0.0.0.0:35357 master = true enable-threads = true -processes = 8 -threads = 2 -name = keystone-admin +processes = 4 +thunder-lock = true plugins = python +lazy-apps = true pyargv = --config-file={{ snap }}/etc/keystone/keystone.conf --config-dir={{ snap_common }}/etc/keystone.conf.d diff --git a/snap/templates/public.ini.j2 b/snap/templates/public.ini.j2 index 8616fe5..90d6d14 100644 --- a/snap/templates/public.ini.j2 +++ b/snap/templates/public.ini.j2 @@ -5,8 +5,8 @@ buffer-size = 65535 http = 0.0.0.0:5000 master = true enable-threads = true -processes = 8 -threads = 2 -name = keystone-public +processes = 4 +thunder-lock = true plugins = python +lazy-apps = true pyargv = --config-file={{ snap }}/etc/keystone/keystone.conf --config-dir={{ snap_common }}/etc/keystone.conf.d