From 629ed282f528fd3096ec26d0afe7bd7f51c16127 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Mon, 19 Sep 2011 08:52:41 -0700 Subject: don't try to listen on ipv6 addresses, or new dnsmasq goes boom --- nova/network/linux_net.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py index 7d89b2bcc..ecef5cc2d 100755 --- a/nova/network/linux_net.py +++ b/nova/network/linux_net.py @@ -584,7 +584,6 @@ def update_dhcp(context, dev, network_ref): 'dnsmasq', '--strict-order', '--bind-interfaces', - '--interface=%s' % dev, '--conf-file=%s' % FLAGS.dnsmasq_config_file, '--domain=%s' % FLAGS.dhcp_domain, '--pid-file=%s' % _dhcp_file(dev, 'pid'), -- cgit