Remove the machine-id which cause nova-compute raise exception
Change-Id: I3cfb239e6f99e7079b2781b06550fa627fcb8998 Closes-Bug: #1539064
This commit is contained in:
parent
42fc119658
commit
649686584f
@ -54,7 +54,8 @@ COPY nova_compute_sudoers /etc/sudoers.d/nova_compute_sudoers
|
||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||
RUN chmod 755 /usr/local/bin/kolla_extend_start \
|
||||
&& chmod 750 /etc/sudoers.d \
|
||||
&& chmod 440 /etc/sudoers.d/nova_compute_sudoers
|
||||
&& chmod 440 /etc/sudoers.d/nova_compute_sudoers \
|
||||
&& rm -f /etc/machine-id
|
||||
|
||||
{{ include_footer }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user