Clean enabled folder of dashboard with clean.sh

Change-Id: Ieddcb3ace92daeb6aed0450728f82c35483d0bee
This commit is contained in:
Romain Ziba 2015-05-21 09:45:07 +02:00
parent 77dcc9aa0f
commit e57dd486c2
1 changed files with 3 additions and 0 deletions

View File

@ -131,6 +131,9 @@ function cleanup_sticks {
# Clean up dirs
rm -rf $STICKS_AUTH_CACHE_DIR/*
rm -rf $STICKS_CONF_DIR/*
if [[ "$ENABLED_SERVICES" =~ "sticks-dashboard" ]]; then
rm $HORIZON_DIR/openstack_dashboard/local/enabled/_60_sticks.py
fi
}
# configure_sticks() - Set config files, create data dirs, etc