Merge "q-dhcp: When q-dhcp is enabled, dangling dnsmasq needs to be killed like n-net"

This commit is contained in:
Jenkins 2012-08-07 03:34:37 +00:00 committed by Gerrit Code Review
commit 3d42cdc766

View File

@ -1470,7 +1470,7 @@ EOF'
sudo rm -rf $NOVA_DIR/instances/*
fi
if is_service_enabled n-net; then
if is_service_enabled n-net q-dhcp; then
# Delete traces of nova networks from prior runs
sudo killall dnsmasq || true
clean_iptables