Comment 3 for bug 1685788

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

Reviewed: https://review.openstack.org/480342
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-api/commit/?id=0e4def19399d0a36d2e67805bc123840f82b9966
Submitter: Jenkins
Branch: master

commit 0e4def19399d0a36d2e67805bc123840f82b9966
Author: Zhang Hua <email address hidden>
Date: Wed Jul 5 10:39:42 2017 +0800

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

    This patch adds support for setting polling-interval rpc-response-timeout
    and report-interval in neutron-api charm centrally, then other charms
    need to continue doing:

    1, polling_interval
       Just used by neutron l2 agents, so neutron-openvswitch charm
       gets it via its 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 its 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 its relations and set it
       in [agent] of neutron.conf

    This patch also syncs charmhelpers.

    Change-Id: I669e959a596b214acf486b0532c4ab31c2b82557
    Partial-Bug: #1685788