Do not install python-nova from repo

We use tarball with source code

Change-Id: If8767fa996bbb4126a4157e51ed4ea52c7b25cec
This commit is contained in:
Sergey Reshetnyak 2016-07-27 16:30:21 +03:00
parent d0ea1ad54a
commit 1f4b9172dc
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@ FROM {{ namespace }}/openstack-base:{{ tag }}
MAINTAINER {{ maintainer }}
RUN apt-get install -y --no-install-recommends \
python-nova \
bridge-utils \
openvswitch-switch \
iptables \

View File

@ -3,6 +3,7 @@ MAINTAINER {{ maintainer }}
RUN apt-get -y install --no-install-recommends \
libvirt-dev \
python-libvirt \
qemu-utils \
ceph-common \
genisoimage \