← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1868686] Re: ovsdb_timeout config option isn't used to set when adding manager

 

Reviewed:  https://review.opendev.org/720711
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=de4c10882fc31f91c58f341d1e25cc769edac5af
Submitter: Zuul
Branch:    master

commit de4c10882fc31f91c58f341d1e25cc769edac5af
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Fri Apr 17 13:22:00 2020 +0000

    Set OVS manager command timeout and inactiviy probe
    
    When creating the OVS manager, define the command timeout
    (CONF.OVS.ovsdb_timeout) and inactivity probe time
    (CONF.OVS.of_inactivity_probe)
    
    NOTE: CONF.OVS.of_inactivity_probe is defined in seconds but the
    parameter should be passed to ovs-vsctl in milliseconds [1].
    
    [1]http://www.openvswitch.org/support/dist-docs/ovs-vswitchd.conf.db.5.txt
    
    Depends-On: https://review.opendev.org/#/c/720785
    
    Change-Id: I8ed1fc85c2f78710bf6589ba3deca518471339b8
    Closes-Bug: #1868686


** 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/1868686

Title:
  ovsdb_timeout config option isn't used to set when adding manager

Status in neutron:
  Fix Released

Bug description:
  It seems that method add_manager, which is in [1] is not used at all.
  In the past it was used by function "enable_connection_uri" from neutron.agent.ovsdb.native.helpers module but commit [2] switched it to use helper function from ovsdbapp.

  [1] https://opendev.org/openstack/neutron/src/branch/master/neutron/agent/common/ovs_lib.py#L122
  [2] https://review.opendev.org/#/c/453014/

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


References