Browse code

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

Morgan Fainberg authored on 2014/05/02 14:57:06
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