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