fixes cleaning up of ironic directory from /etc

Closes-Bug: 1391083

Change-Id: Ic47161ab375716cc39ee1a7dd57034782717e323
This commit is contained in:
lokesh 2014-11-10 15:07:59 +05:30 committed by loki
parent e6165e80ba
commit 683ed9eeb2

@ -177,7 +177,7 @@ function _config_ironic_apache_wsgi {
# cleanup_ironic() - Remove residual data files, anything left over from previous
# runs that would need to clean up.
function cleanup_ironic {
sudo rm -rf $IRONIC_AUTH_CACHE_DIR
sudo rm -rf $IRONIC_AUTH_CACHE_DIR $IRONIC_CONF_DIR
}
# configure_ironic_dirs() - Create all directories required by Ironic and