| ... | ... |
@@ -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 |