Merge "nova-libvirt is not a child of nova-base"

This commit is contained in:
Jenkins 2016-02-26 01:40:17 +00:00 committed by Gerrit Code Review
commit f650adf0af
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ RUN apt-get install -y --no-install-recommends \
{% endif %} {% endif %}
COPY extend_start.sh /usr/local/bin/kolla_nova_extend_start COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN chmod 755 /usr/local/bin/kolla_nova_extend_start \ RUN chmod 755 /usr/local/bin/kolla_extend_start \
&& useradd --user-group nova && useradd --user-group nova
{{ include_footer }} {{ include_footer }}