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

Fix failure to deploy with qemu.conf

Closes-Bug: #1572819

Change-Id: I1f2edb482af1e85708159a0dba44a79427dc5af3
parent 54972648
No related branches found
No related tags found
No related merge requests found
stdio_handler = "file"
...@@ -29,7 +29,6 @@ RUN apt-get install -y --no-install-recommends \ ...@@ -29,7 +29,6 @@ RUN apt-get install -y --no-install-recommends \
&& apt-get clean \ && apt-get clean \
&& mkdir -p /etc/ceph \ && mkdir -p /etc/ceph \
&& rm /etc/libvirt/qemu/networks/default.xml /etc/libvirt/qemu/networks/autostart/default.xml \ && 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 && usermod -a -G libvirtd nova
{% endif %} {% endif %}
......
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