From: Fatih Degirmenci Date: Thu, 20 Oct 2016 14:58:47 +0000 (+0000) Subject: Merge "prototypes: bifrost: Ignore dnsmasq service failures" X-Git-Tag: danube.1.0~700 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=fc1dbf6acd212177853fbf05a9f7b81230151354;hp=50e9b87f746bf4be89617c3ead6e0117b1e52be8;p=releng.git Merge "prototypes: bifrost: Ignore dnsmasq service failures" --- diff --git a/prototypes/bifrost/scripts/destroy-env.sh b/prototypes/bifrost/scripts/destroy-env.sh index 674645777..cdc55df1b 100755 --- a/prototypes/bifrost/scripts/destroy-env.sh +++ b/prototypes/bifrost/scripts/destroy-env.sh @@ -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