[PATCH] [Kimchi] Remove cherrypy configuration from kimchi.conf file

This patch depends on Wok patch "[PATCH] [Wok 3/3] Add root configuration as default for PluginConfig" Aline Manera (1): Remove cherrypy configuration from kimchi.conf file kimchi.conf | 13 ------------- 1 file changed, 13 deletions(-) -- 2.5.5

Wok is loading the root configuration for every plugin, so there is no need to keep it in kimchi.conf file. Also the Kimchi configuration file should only contain data that can be edited by user, which is not the case of the cherrypy configuration. Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- kimchi.conf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/kimchi.conf b/kimchi.conf index 9e0f20d..c451703 100644 --- a/kimchi.conf +++ b/kimchi.conf @@ -15,16 +15,3 @@ SERIAL_CONSOLE_TIMEOUT = 120 # Automatically create ISO pool on server start up create_iso_pool = True - -[/] -tools.trailing_slash.on = False -request.methods_with_bodies = ('POST', 'PUT') -tools.nocache.on = True -tools.proxy.on = True -tools.sessions.on = True -tools.sessions.name = 'wok' -tools.sessions.secure = True -tools.sessions.httponly = True -tools.sessions.locking = 'explicit' -tools.sessions.storage_type = 'ram' -tools.sessions.timeout = 10 -- 2.5.5

I will send a V2 as a test case must be updated with the Wok changes. On 05/04/2016 02:02 PM, Aline Manera wrote:
This patch depends on Wok patch "[PATCH] [Wok 3/3] Add root configuration as default for PluginConfig"
Aline Manera (1): Remove cherrypy configuration from kimchi.conf file
kimchi.conf | 13 ------------- 1 file changed, 13 deletions(-)

Reviewed-by: Jose Ricardo Ziviani <joserz@linux.vnet.ibm.com> On Wed, May 04, 2016 at 02:02:13PM -0300, Aline Manera wrote:
This patch depends on Wok patch "[PATCH] [Wok 3/3] Add root configuration as default for PluginConfig"
Aline Manera (1): Remove cherrypy configuration from kimchi.conf file
kimchi.conf | 13 ------------- 1 file changed, 13 deletions(-)
-- 2.5.5
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
participants (2)
-
Aline Manera
-
joserz@linux.vnet.ibm.com