Merge "Cleanup WSGI config for keystone on stop"

This commit is contained in:
Jenkins
2014-05-05 21:18:51 +00:00
committed by Gerrit Code Review

View File

@@ -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
}