]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove pyudev dependency
authorDarragh O'Reilly <dara2002-openstack@yahoo.com>
Tue, 14 Jan 2014 15:02:17 +0000 (15:02 +0000)
committerDarragh O'Reilly <dara2002-openstack@yahoo.com>
Tue, 25 Feb 2014 14:28:35 +0000 (14:28 +0000)
commitdfa4112400173d2fc1c9bbe2bc8028d720fd7168
treea90881c204926925ec28551a1f9084d4375d451c
parentb0671111b28be10346705d496b9540a88851d5dc
Remove pyudev dependency

pyudev was only used by the linuxbridge-agent to get the list
of virtual network devices. This can be got from /sys instead.
This patch fixes the problem where testr could not import the
lb-agent module because pyudev was not in requirements.txt.

Change-Id: I0a78c91e97de4413f2ecf6fb56d2ff61b36baa78
Closes-Bug: 1269040
neutron/hooks.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py