commit | 0ffd5a944c371ae441c2c8d977486c5a20bc75fc | [log] [tgz] |
---|---|---|
author | Chris <chris.friesen@windriver.com> | Fri Jun 23 11:28:20 2017 -0600 |
committer | Chris Friesen <chris.friesen@windriver.com> | Fri Jun 23 11:38:41 2017 -0600 |
tree | 08d32351a511b454835527f3d2304ba9be7d531f | |
parent | a02b9ba1b195e3ca407cdc657f71b17d706144b6 [diff] |
remove unnecessary cleanup in nova startup nova's instances directory may be a shared directory (ie nfs), in these cases, we do not want to call nova_cleanup at startup since it deletes everything under $NOVA_INSTANCES_PATH. The nova_cleanup routine will still be called by the clean.sh script which is fine since we're presumably cleaning up the whole openstack cluster at that point. Change-Id: Ieb4e5d0508d4ed4c5349c497554c5da2993c9cb0 Closes-Bug: #1649389