Ensure that the VHOST and the scripts used to enable keystone under mod_wsgi are properly cleaned up. Change-Id: I76a748b0fd5f1a5182d10e425202857c5621e25a
@@ -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
}