From c11d6e0b09af41a9de62c274b45c8481ba6035a1 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Thu, 1 May 2014 22:57:06 -0700 Subject: [PATCH] Cleanup WSGI config for keystone on stop Ensure that the VHOST and the scripts used to enable keystone under mod_wsgi are properly cleaned up. Change-Id: I76a748b0fd5f1a5182d10e425202857c5621e25a --- lib/keystone | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/keystone b/lib/keystone index b31cc57a56..ba3a519508 100644 --- a/lib/keystone +++ b/lib/keystone @@ -450,6 +450,8 @@ function start_keystone { function stop_keystone { # Kill the Keystone screen window screen_stop key + # Cleanup the WSGI files and VHOST + _cleanup_keystone_apache_wsgi }