Merge "[GATE UNBLOCKER] Fix virsh default network removal"

This commit is contained in:
Jenkins 2016-06-06 13:25:28 +00:00 committed by Gerrit Code Review
commit 5a02f2af0a

View File

@ -22,6 +22,7 @@
- name: Disable libvirt default network
command: "virsh net-autostart default --disable"
failed_when: false
when: default_net.stdout|search('default')
tags:
- nova-kvm