diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-10-20 14:58:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-20 14:58:47 +0000 |
commit | fc1dbf6acd212177853fbf05a9f7b81230151354 (patch) | |
tree | bd7047382c283c5fb01281b6543bfb8a6036b50f /prototypes | |
parent | 50e9b87f746bf4be89617c3ead6e0117b1e52be8 (diff) | |
parent | 5d9db0d4e3bf2ac3994cbf59168ece664d5bd49c (diff) |
Merge "prototypes: bifrost: Ignore dnsmasq service failures"
Diffstat (limited to 'prototypes')
-rwxr-xr-x | prototypes/bifrost/scripts/destroy-env.sh | 2 |
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 |