Browse code

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

Jenkins authored on 2014/11/19 05:30:40
Showing 1 changed files
... ...
@@ -209,7 +209,7 @@ function _config_ironic_apache_wsgi {
209 209
 # cleanup_ironic() - Remove residual data files, anything left over from previous
210 210
 # runs that would need to clean up.
211 211
 function cleanup_ironic {
212
-    sudo rm -rf $IRONIC_AUTH_CACHE_DIR
212
+    sudo rm -rf $IRONIC_AUTH_CACHE_DIR $IRONIC_CONF_DIR
213 213
 }
214 214
 
215 215
 # configure_ironic_dirs() - Create all directories required by Ironic and