diff --git a/templates/mitaka/neutron.conf b/templates/mitaka/neutron.conf index e774f888..49791f44 100644 --- a/templates/mitaka/neutron.conf +++ b/templates/mitaka/neutron.conf @@ -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" %}