Remove /etc/machine-id

This file will cause problems with running distros that are based on
systemd on distros that do not have systemd (ie runnign 16.04 on 14.04).
This file need not exist in the container anyway as it is empty

Change-Id: I4487e160077c64ed4b5d9561483f25c3a37bd455
This commit is contained in:
Sam Yaple 2017-12-17 03:39:27 -05:00
parent ba7037d7ec
commit 2fa935d8cd
No known key found for this signature in database
GPG Key ID: 9329D8A45034DAB9
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