Comment 4 for bug 1685788

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

Reviewed: https://review.openstack.org/480344
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-gateway/commit/?id=d49b2a18eea1b878b16651c4ff3f789be64f0894
Submitter: Jenkins
Branch: master

commit d49b2a18eea1b878b16651c4ff3f789be64f0894
Author: Zhang Hua <email address hidden>
Date: Wed Jul 5 11:14:08 2017 +0800

    Support setting rpc-response-timeout and report-interval

    These two options are set in neutron-api charm centrally,
    this patch allows neutron-gateway charm to continue doing:

    1, 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

    2, 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

    This patch also syncs charmhelpers for setting them centrally.

    Change-Id: Ib97418b1aaf55f508cae05f4d7809d79a92a7f6f
    Partial-Bug: #1685788