Merge "Ceph packages are no longer available in the main repo"

This commit is contained in:
Jenkins 2017-02-21 10:49:54 +00:00 committed by Gerrit Code Review
commit 035c264daf
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@ FROM {{ image_spec("cinder-base") }}
MAINTAINER {{ maintainer }}
RUN apt-get update \
&& apt-get install -y --no-install-recommends qemu-utils ceph-common python-ceph python-rados \
&& apt-get install -y --no-install-recommends qemu-utils \
&& apt-get install -y --no-install-recommends -t jessie-backports \
ceph-common \
python-ceph \
python-rados \
&& apt-get clean \
&& mkdir -p /etc/ceph \
&& chown -R cinder: /etc/ceph \