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
This commit is contained in:
parent
b11321cedc
commit
91bbe85c5f
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user