Merge "Fix missing ceph-common package in cinder"

This commit is contained in:
Jenkins 2016-02-18 16:38:59 +00:00 committed by Gerrit Code Review
commit 37b3e8b678

View File

@ -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'] %}