summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-10-20 14:58:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-20 14:58:47 +0000
commitfc1dbf6acd212177853fbf05a9f7b81230151354 (patch)
treebd7047382c283c5fb01281b6543bfb8a6036b50f
parent50e9b87f746bf4be89617c3ead6e0117b1e52be8 (diff)
parent5d9db0d4e3bf2ac3994cbf59168ece664d5bd49c (diff)
Merge "prototypes: bifrost: Ignore dnsmasq service failures"
-rwxr-xr-xprototypes/bifrost/scripts/destroy-env.sh2
1 files changed, 1 insertions, 1 deletions
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