This stops the nova-network dhcp ip from being added to all of the compute hosts.
This commit is contained in:
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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user