Merge "update the clean stage to clean all config data"

This commit is contained in:
Jenkins 2017-01-10 16:05:59 +00:00 committed by Gerrit Code Review
commit a53859c6f9

View File

@ -100,6 +100,9 @@ function cleanup_vitrage {
if [ "$VITRAGE_USE_MOD_WSGI" == "True" ]; then
_vitrage_cleanup_apache_wsgi
fi
# delete all vitrage configurations
sudo rm -rf /etc/vitrage/*
}
function disable_vitrage_datasource {