Merge "Support rpc_response_timeout and report_interval in neutron.conf"

This commit is contained in:
Jenkins 2017-09-06 14:08:21 +00:00 committed by Gerrit Code Review
commit ace1b34fed
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" %}