# measures against concurrent operation
LOG.debug("Network %(net)s already removed from DHCP agent "
"%(agent)s",
- {'net': binding.network_id,
- 'agent': binding.dhcp_agent_id})
+ saved_binding)
# still continue and allow concurrent scheduling attempt
except Exception:
- LOG.exception(_LE("Unexpected exception occured while "
+ LOG.exception(_LE("Unexpected exception occurred while "
"removing network %(net)s from agent "
"%(agent)s"),
- {'net': binding.network_id,
- 'agent': binding.dhcp_agent_id})
+ saved_binding)
if cfg.CONF.network_auto_schedule:
self._schedule_network(