Fix failure to deploy with qemu.conf

Closes-Bug: #1572819

Change-Id: I1f2edb482af1e85708159a0dba44a79427dc5af3
(cherry picked from commit a861450fd2)
This commit is contained in:
Steven Dake 2016-04-21 01:08:04 -04:00
parent 12c101188f
commit abf22e991c
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
stdio_handler = "file"

View File

@ -29,7 +29,6 @@ RUN apt-get install -y --no-install-recommends \
&& apt-get clean \
&& mkdir -p /etc/ceph \
&& rm /etc/libvirt/qemu/networks/default.xml /etc/libvirt/qemu/networks/autostart/default.xml \
&& sed -i 's|.*stdio_handler.*|stdio_handler = "file"|' /etc/libvirt/qemu.conf \
&& usermod -a -G libvirtd nova
{% endif %}