Browse code

Merge "Fix wsgi dir cleanup in Keystone"

Jenkins authored on 2015/01/07 08:41:20
Showing 1 changed files
... ...
@@ -116,7 +116,7 @@ function cleanup_keystone {
116 116
 
117 117
 # _cleanup_keystone_apache_wsgi() - Remove wsgi files, disable and remove apache vhost file
118 118
 function _cleanup_keystone_apache_wsgi {
119
-    sudo rm -f $KEYSTONE_WSGI_DIR/*.wsgi
119
+    sudo rm -f $KEYSTONE_WSGI_DIR/*
120 120
     sudo rm -f $(apache_site_config_for keystone)
121 121
 }
122 122