Comment 5 for bug 1685788

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

Reviewed: https://review.openstack.org/480345
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-openvswitch/commit/?id=6b5273f4154d3883cba8b5928da44bd0b5bc5099
Submitter: Jenkins
Branch: master

commit 6b5273f4154d3883cba8b5928da44bd0b5bc5099
Author: Zhang Hua <email address hidden>
Date: Wed Jul 5 11:21:33 2017 +0800

    Support polling-interval rpc-response-timeout and report-interval

    These options are set in the neutron-api charm centrally, and
    this patch allows neutron-openvswitch charm to continue doing:

    1, polling_interval
       Just used by neutron l2 agents, so neutron-openvswitch charm
       gets it via it's relations and set it in [agent] of ml2_conf.ini
       or openvswitch_agent.ini(>=Mitaka)

    2, rpc_response_timeout
       Used by all neutron agents, so both neutron-gateway charm and
       neutron-openvswitch charm get it via it's relations and set it
       in [default] of neutron.conf

    3, report_interval
       Used by all neutron agents, so both neutron-gateway charm and
       neutron-openvswitch charm get it via it's relations and set it
       in [agent] of neutron.conf

    Change-Id: I76c0c75d5f3b4fdd1eb3242b53fde2e829fedca5
    Partial-Bug: #1685788