Remove apache config file after cleanup freezer api

Currently, it remove the keystone.conf file but not freezer-api.conf
in the apache config. Remove the right one.

Change-Id: I22d03d6e242283b9c7fb5597e26933036c8205db
Closes-Bug: #1567868
This commit is contained in:
Einst Crazy 2016-04-08 10:25:43 +00:00
parent 131c4aedbc
commit 4ce9a6771c
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ function is_freezer_api_enabled {
# executed during: clean
function cleanup_freezer_api {
sudo rm -f $(apache_site_config_for keystone)
sudo rm -f $(apache_site_config_for freezer-api)
${TOP_DIR}/pkg/elasticsearch.sh uninstall
}
@ -197,4 +197,4 @@ function configure_apache_freezer_app {
}
# Restore xtrace
$XTRACE
$XTRACE