Merge "Changed the start script name in cinder-volume"
This commit is contained in:
commit
a68f0b3c91
@ -44,11 +44,11 @@ RUN sed -i '1 i include /var/lib/cinder/volumes/*' /etc/tgt/targets.conf
|
||||
{% endif %}
|
||||
|
||||
COPY cinder_sudoers /etc/sudoers.d/cinder_sudoers
|
||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||
COPY extend_start.sh /usr/local/bin/kolla_cinder_extend_start
|
||||
|
||||
RUN chmod 750 /etc/sudoers.d \
|
||||
&& chmod 440 /etc/sudoers.d/cinder_sudoers \
|
||||
&& chmod 755 /usr/local/bin/kolla_extend_start
|
||||
&& chmod 755 /usr/local/bin/kolla_cinder_extend_start
|
||||
|
||||
{% block cinder_volume_footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user