Merge "Fix wsgi dir cleanup in Keystone"
This commit is contained in:
@@ -116,7 +116,7 @@ function cleanup_keystone {
|
|||||||
|
|
||||||
# _cleanup_keystone_apache_wsgi() - Remove wsgi files, disable and remove apache vhost file
|
# _cleanup_keystone_apache_wsgi() - Remove wsgi files, disable and remove apache vhost file
|
||||||
function _cleanup_keystone_apache_wsgi {
|
function _cleanup_keystone_apache_wsgi {
|
||||||
sudo rm -f $KEYSTONE_WSGI_DIR/*.wsgi
|
sudo rm -f $KEYSTONE_WSGI_DIR/*
|
||||||
sudo rm -f $(apache_site_config_for keystone)
|
sudo rm -f $(apache_site_config_for keystone)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user