Cleanup the config file on ./clean.sh

When users unstack and clean on devstack, the old config files
should be removed to avoid potential issues. As a result, users
will get a fresh new install on the next ./stack.sh

Change-Id: I4c63ca1b6101a9f08bf9629b2bd7384b2198dac5
This commit is contained in:
Hongbin Lu
2018-07-15 15:27:43 +00:00
parent e370dd0c61
commit a736f6ef29

View File

@@ -102,6 +102,7 @@ function cleanup_zun {
fi
remove_uwsgi_config "$ZUN_UWSGI_CONF" "$ZUN_UWSGI"
sudo rm -rf $ZUN_CONF_DIR
}
# configure_zun() - Set config files, create data dirs, etc