Support rpc_response_timeout and report_interval in neutron.conf

A new mitaka neutron.conf template was introduced into the charm
lately, so both rpc_response_timeout and report_interval need to
be set into the template as well.

Change-Id: I7f34227132d5491d34ff517b8842b21ac5b2991c
Partial-Bug: #1685788
This commit is contained in:
Zhang Hua 2017-08-30 15:25:42 +08:00
parent 72435d9d9f
commit 3a5a2675b5
1 changed files with 2 additions and 0 deletions

View File

@ -11,11 +11,13 @@ core_plugin = {{ core_plugin }}
network_device_mtu = {{ network_device_mtu }}
{% endif -%}
api_workers = {{ workers }}
rpc_response_timeout = {{ rpc_response_timeout }}
{% include "section-zeromq" %}
[agent]
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
report_interval = {{ report_interval }}
{% include "section-rabbitmq-oslo" %}