From 91bbe85c5f878c1f07870679cb71d456dd902dce Mon Sep 17 00:00:00 2001 From: Vladislav Belogrudov Date: Tue, 18 Aug 2015 12:05:18 +0300 Subject: [PATCH] nova-compute daemon misses libvirt python package on start source based nova-compute needs libvirt to operate and fails on start if the corresponding python package is missing. Change-Id: Ic11bb46f8d067ce63013808ccc3efd17e67a5b83 Closes-Bug: #1485654 --- docker/centos/source/nova/nova-compute/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/centos/source/nova/nova-compute/Dockerfile b/docker/centos/source/nova/nova-compute/Dockerfile index 34fabe9978..96b234a5c6 100644 --- a/docker/centos/source/nova/nova-compute/Dockerfile +++ b/docker/centos/source/nova/nova-compute/Dockerfile @@ -1,7 +1,9 @@ FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%nova-base:%%KOLLA_TAG%% MAINTAINER Kolla Project (https://launchpad.net/kolla) -RUN yum -y install sysfsutils && yum clean all +RUN yum -y install sysfsutils \ + libvirt-python \ + && yum clean all COPY start.sh / COPY config-external.sh /opt/kolla/