Closes-Bug: 1391083
Change-Id: Ic47161ab375716cc39ee1a7dd57034782717e323
| ... | ... |
@@ -177,7 +177,7 @@ function _config_ironic_apache_wsgi {
|
| 177 | 177 |
# cleanup_ironic() - Remove residual data files, anything left over from previous |
| 178 | 178 |
# runs that would need to clean up. |
| 179 | 179 |
function cleanup_ironic {
|
| 180 |
- sudo rm -rf $IRONIC_AUTH_CACHE_DIR |
|
| 180 |
+ sudo rm -rf $IRONIC_AUTH_CACHE_DIR $IRONIC_CONF_DIR |
|
| 181 | 181 |
} |
| 182 | 182 |
|
| 183 | 183 |
# configure_ironic_dirs() - Create all directories required by Ironic and |