Skip to content
Snippets Groups Projects
Commit a71c9cba authored by SamYaple's avatar SamYaple
Browse files

Fix missing ceph-common package in cinder

TrivialFix

Change-Id: Iacc6b620cdcf2dac10ef339f7d2decb46c62f339
parent 84f43146
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,11 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-cinder \
python-automaton \
lvm2 \
ceph-common \
&& yum clean all \
&& mkdir -p /etc/ceph
python-automaton \
lvm2 \
ceph-common \
&& yum clean all \
&& mkdir -p /etc/ceph
{% elif base_distro in ['ubuntu'] %}
......@@ -27,6 +27,7 @@ RUN apt-get install -y --no-install-recommends \
RUN yum -y install \
lvm2 \
qemu-img \
ceph-common \
&& yum clean all
{% elif base_distro in ['ubuntu', 'debian'] %}
......
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