Comment 2 for bug 1868686

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

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 <email address hidden>
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