Merge "Remove /etc/machine-id"

This commit is contained in:
Zuul 2017-12-20 22:58:38 +00:00 committed by Gerrit Code Review
commit bed0d6004e
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ esac
# for using python-rbd which is not pip installable and is only available in
# packaged form.
rm /var/lib/openstack/lib/python*/no-global-site-packages.txt
rm -rf /tmp/* /root/.cache
rm -rf /tmp/* /root/.cache /etc/machine-id
find /usr/ /var/ \( -name "*.pyc" -o -name "__pycache__" \) -delete