Merge "Bump qemu version to 2.7 (backports)"

This commit is contained in:
Jenkins 2016-12-23 13:49:30 +00:00 committed by Gerrit Code Review
commit 95600dbd08
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,12 @@
FROM {{ image_spec("nova-base") }}
MAINTAINER {{ maintainer }}
RUN apt-get -y install --no-install-recommends \
RUN apt-get update \
&& apt-get -y install -t jessie-backports --no-install-recommends \
qemu-utils \
&& apt-get -y install --no-install-recommends \
libvirt-dev \
python-libvirt \
qemu-utils \
ceph-common \
python-ceph \
python-rados \

View File

@ -1,15 +1,18 @@
FROM {{ image_spec("nova-base") }}
MAINTAINER {{ maintainer }}
RUN apt-get -y install --no-install-recommends \
RUN apt-get update \
&& apt-get -y install -t jessie-backports --no-install-recommends \
qemu-kvm \
qemu-block-extra \
&& apt-get -y install --no-install-recommends \
ceph-common \
python-ceph \
python-rados \
libvirt-bin \
dmidecode \
pm-utils \
qemu-kvm \
qemu-block-extra \
ebtables \
xen-utils-4.4 \
&& apt-get clean \