Merge "prototypes: bifrost: Ignore dnsmasq service failures"
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 20 Oct 2016 14:58:47 +0000 (14:58 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 20 Oct 2016 14:58:47 +0000 (14:58 +0000)
prototypes/bifrost/scripts/destroy-env.sh

index 6746457..cdc55df 100755 (executable)
@@ -46,7 +46,7 @@ fi
 rm -rf /var/lib/libvirt/images/*.qcow2
 
 echo "restarting services"
-service dnsmasq restart
+service dnsmasq restart || true
 service libvirtd restart
 service ironic-api restart
 service ironic-conductor start