Added ceph-common to cinder-storage.
This commit is contained in:
parent
17ee2aa487
commit
d0cac71af4
|
@ -17,6 +17,7 @@ RUN set -x \
|
|||
lvm2 \
|
||||
python-ceph \
|
||||
python-rbd \
|
||||
ceph-common \
|
||||
|
||||
&& apt-get -y clean
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue