Merge "Remove /lib/udev in $PATH for nova-compute"

This commit is contained in:
Zuul 2018-01-17 10:05:12 +00:00 committed by Gerrit Code Review
commit f027d4e827
1 changed files with 0 additions and 2 deletions

View File

@ -150,8 +150,6 @@ COPY extend_start.sh /usr/local/bin/kolla_nova_extend_start
RUN chmod 755 /usr/local/bin/kolla_nova_extend_start \
&& rm -f /etc/machine-id
ENV PATH $PATH:/lib/udev
{% block nova_compute_footer %}{% endblock %}
{% block footer %}{% endblock %}