Skip to content
Snippets Groups Projects
Commit 29c7ef29 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add Cinder-Volume Package for Ubuntu binary install"

parents bcb21d28 a3b043af
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,15 @@ RUN apt-get -y install --no-install-recommends \
RUN sed -i '1 i include /var/lib/cinder/volumes/*' /etc/tgt/targets.conf
{% endif %}
{% if install_type == 'binary' %}
{% if base_distro in ['ubuntu', 'debian'] %}
RUN apt-get -y install --no-install-recommends \
cinder-volume \
&& apt-get clean
{% endif %}
{% endif %}
COPY cinder_sudoers /etc/sudoers.d/cinder_sudoers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment