← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1649965] Re: dhcp agent floods logs when full path interface_driver is used

 

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

commit 6f20f1c0ac65c92019cd6d6f0935fab5bab9696d
Author: Kevin Benton <kevin@xxxxxxxxxx>
Date:   Mon Jan 9 10:35:24 2017 -0800

    Suppress annoying "Could not load" stevedore warnings
    
    Override the DriverManager __init__ method to be able to
    pass warn_on_missing_entrypoint=False to the
    NamedExtensionManager so we don't mislead operators with
    "Could not load" warning messages when plugins ultimately
    load just fine by full class path.
    
    Closes-Bug: #1649965
    Change-Id: I52964905d12c0f35c86862ac04d2c6e13db80358


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1649965

Title:
  dhcp agent floods logs when full path interface_driver is used

Status in neutron:
  Fix Released

Bug description:
  If interface_driver is configured with full path to its driver, every
  attempt to import driver issues a log message.

  e.g.

  2016-12-14 16:30:20.579 145867 WARNING stevedore.named [req-c4b047d5-5332-4780-86f5-605cadba95a8 4a3d7b1190284a2ca20e72d4f9470b18 47a9c124ce514bffb655f8feecfcce1b - - -] Could not load neutron.agent.linux.interfa
  ce.OVSInterfaceDriver
  2016-12-14 16:30:20.620 145867 WARNING stevedore.named [req-a3b4c6d0-1a22-4301-a6fa-261598ca4342 4a3d7b1190284a2ca20e72d4f9470b18 47a9c124ce514bffb655f8feecfcce1b - - -] Could not load neutron.agent.linux.interfa
  ce.OVSInterfaceDriver
  2016-12-14 16:30:20.661 145867 WARNING stevedore.named [req-e3d5a931-4cb8-4d56-9cba-b39131b5be52 4a3d7b1190284a2ca20e72d4f9470b18 47a9c124ce514bffb655f8feecfcce1b - - -] Could not load neutron.agent.linux.interfa
  ce.OVSInterfaceDriver

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1649965/+subscriptions


References