Fix building of overcloud compute node image

Bulding of overcloud compute node image fails when trying
to remove the XML definition of libvirt default network
(there are no such files when raring base image is used).

Change-Id: I06b1cff827a978d81379c15b5e181262b52906b0
This commit is contained in:
Roman Podoliaka 2013-11-25 13:47:10 +02:00
parent e0138e1ff9
commit 745f42d7f5
1 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ fi
# We delete the default libvirt network to avoid a possible
# collision with the network on the seed host machine
rm /etc/libvirt/qemu/networks/autostart/default.xml
rm /etc/libvirt/qemu/networks/default.xml
rm -f /etc/libvirt/qemu/networks/autostart/default.xml
rm -f /etc/libvirt/qemu/networks/default.xml