Fix missing ceph-common package in cinder
TrivialFix Change-Id: Iacc6b620cdcf2dac10ef339f7d2decb46c62f339
This commit is contained in:
parent
84f43146dc
commit
a71c9cbacd
@ -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'] %}
|
||||
|
Loading…
Reference in New Issue
Block a user