Remove the machine-id which cause nova-compute raise exception

Change-Id: I3cfb239e6f99e7079b2781b06550fa627fcb8998
Closes-Bug: #1539064
(cherry picked from commit 649686584f)
This commit is contained in:
Jeffrey Zhang 2016-01-28 20:46:18 +08:00
parent fdca142153
commit 14df0d1194
1 changed files with 2 additions and 0 deletions

View File

@ -35,4 +35,6 @@ RUN apt-get install -y --no-install-recommends \
{% endif %}
{% endif %}
RUN rm -f /etc/machine-id
{{ include_footer }}