Comment 2 for bug 1498370

Revision history for this message
Kevin Benton (kevinbenton) wrote : Re: DHCP agent: interface unplug leads to exeception

Hi Gary,

I traced through this code and self.interface can't be set to None with the regular drivers in neutron/agent/linux/interface.py because get_device_name returns a string.

Are you using a different interface driver? If so, I would suggest looking at the get_device_name method and make sure it can't return None.