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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user