Merge "Switch to using spawn to properly treat errors during sync_state"
This commit is contained in:
commit
22886eb49f
@ -163,7 +163,7 @@ class DhcpAgent(manager.Manager):
|
||||
'network %s'), deleted_id)
|
||||
|
||||
for network in active_networks:
|
||||
pool.spawn_n(self.safe_configure_dhcp_for_network, network)
|
||||
pool.spawn(self.safe_configure_dhcp_for_network, network)
|
||||
pool.waitall()
|
||||
LOG.info(_('Synchronizing state complete'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user