From 683ed9eeb2dedddb5053b09ded060a276bed928c Mon Sep 17 00:00:00 2001 From: lokesh Date: Mon, 10 Nov 2014 15:07:59 +0530 Subject: [PATCH] fixes cleaning up of ironic directory from /etc Closes-Bug: 1391083 Change-Id: Ic47161ab375716cc39ee1a7dd57034782717e323 --- lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ironic b/lib/ironic index cf005a74d6..ffbfc727be 100644 --- a/lib/ironic +++ b/lib/ironic @@ -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