Comment 3 for bug 1367697

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/127654
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6eaed7f7244bde260fc21c1d29b2e7da74c9c67b
Submitter: Jenkins
Branch: master

commit 6eaed7f7244bde260fc21c1d29b2e7da74c9c67b
Author: Carol Bouchard <email address hidden>
Date: Fri Oct 10 17:06:04 2014 -0400

    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