]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:32 +0000 (15:20 +0800)
commit76553cf6ab6cbd3b70e7b61bc60863cd748ad0ac
tree5ad05d45baf2757565b55e7c75444ef8f788d06c
parent9e9ff3b477ac4e37d8b705c6678090fa2ac6c52e
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