]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Execute udevadm on other linux installs
authorCarol Bouchard <caboucha@cisco.com>
Fri, 10 Oct 2014 21:06:04 +0000 (17:06 -0400)
committerCarol Bouchard <caboucha@cisco.com>
Fri, 10 Oct 2014 21:06:04 +0000 (17:06 -0400)
commit6eaed7f7244bde260fc21c1d29b2e7da74c9c67b
treed2108faa32a7cd37a632bf33622da34379f90f19
parentd217543ea05f7be2b01630afa76148bf1c0b48bb
Execute udevadm on other linux installs

When ofa and ovs neutron agents start, they use the linux utility
'udevadm'.  It is passed as an argument with an absolute directory path
which can vary on each linux install.  By removing the directory path,
it will find this utility by way of the user's environment path since
linux executables are configured in each user's path upon user creation.

Change-Id: I2344290d38c7889b8f32d8fb9c5161b09826e037
Closes-bug:  #1367697
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py