Browse code

Merge "Cleanup WSGI config for keystone on stop"

Jenkins authored on 2014/05/06 06:18:51
Showing 1 changed files
... ...
@@ -450,6 +450,8 @@ function start_keystone {
450 450
 function stop_keystone {
451 451
     # Kill the Keystone screen window
452 452
     screen_stop key
453
+    # Cleanup the WSGI files and VHOST
454
+    _cleanup_keystone_apache_wsgi
453 455
 }
454 456
 
455 457