This stops the nova-network dhcp ip from being added to all of the compute hosts.

This commit is contained in:
Vishvananda Ishaya 2010-12-21 22:58:55 +00:00 committed by Tarmac
commit 41b5e4a12d

@ -361,8 +361,7 @@ class FlatDHCPManager(FlatManager):
"""Sets up matching network for compute hosts."""
network_ref = db.network_get_by_instance(context, instance_id)
self.driver.ensure_bridge(network_ref['bridge'],
FLAGS.flat_interface,
network_ref)
FLAGS.flat_interface)
def setup_fixed_ip(self, context, address):
"""Setup dhcp for this network."""