Skip to content
Snippets Groups Projects
Commit fe380064 authored by Steven Dake's avatar Steven Dake
Browse files

Add libvirt-driver-lxc to nova-libvirt

libvirt is compiled with lxc support.  On Ubuntu hosts, without this file
libvirt is nonusable.  The container exits immediately.

Change-Id: Ifbc2d75defe082cbe3b80b1821799f1f965c2a85
parent b6fe8c13
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla) ...@@ -4,6 +4,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install libvirtd libguestfs qemu-system-x86 \ RUN yum -y install libvirtd libguestfs qemu-system-x86 \
libvirt-daemon-driver-nwfilter \ libvirt-daemon-driver-nwfilter \
libvirt-daemon-config-nwfilter \ libvirt-daemon-config-nwfilter \
libvirt-daemon-driver-lxc \
&& yum clean all && yum clean all
VOLUME [ "/sys/fs/cgroup" ] VOLUME [ "/sys/fs/cgroup" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment