Merge "fixes cleaning up of ironic directory from /etc"

This commit is contained in:
Jenkins
2014-11-18 20:30:40 +00:00
committed by Gerrit Code Review

View File

@@ -209,7 +209,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