Browse code

Fix wsgi dir cleanup in Keystone

Change-Id: I8350d2de8602472e5a7d80b490d2c24f43865e19

Dean Troyer authored on 2014/12/19 08:11:07
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