Added ceph-common to cinder-storage.

This commit is contained in:
Egon Rijpkema 2018-09-20 16:45:08 +02:00
parent 17ee2aa487
commit d0cac71af4
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ RUN set -x \
lvm2 \
python-ceph \
python-rbd \
ceph-common \
&& apt-get -y clean

View File

@ -17,7 +17,7 @@ RUN set -x \
neutron-metadata-agent \
python-ceph \
python-rbd \
ceph-common \
ceph-common \
&& apt-get -y clean
COPY write_conf.sh /etc/write_conf.sh