neutron/neutron/plugins/ml2/drivers/linuxbridge
Kevin Benton 1361f55d16 Scan for mac through all devices
The first device the agent happens to pick could be something
without a mac address like a 6in6 interface. This was causing
the agent to fail to start if it was unlucky enough to pick
that address.

This patch just adjusts the logic to keep iterating through
the list until we find a mac.

Conflicts:
	neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py
	neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent/test_linuxbridge_neutron_agent.py

Closes-Bug: #1669087
Change-Id: I6e934a2dff8fd441e1c70c9a5857fd6150835e2a
(cherry picked from commit 42631e3117)
2017-05-16 14:30:41 -07:00
..
agent Scan for mac through all devices 2017-05-16 14:30:41 -07:00
mech_driver Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00