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: I3e049e5366aa3471ce63fea57822e7068e7db5b9 Partial-Bug: #1685788
This commit is contained in:
parent
d3a96e6cc6
commit
4aab943b17
@ -22,6 +22,7 @@ core_plugin = {{ core_plugin }}
|
||||
|
||||
api_paste_config = /etc/neutron/api-paste.ini
|
||||
auth_strategy = keystone
|
||||
rpc_response_timeout = {{ rpc_response_timeout }}
|
||||
|
||||
{% include "section-zeromq" %}
|
||||
|
||||
@ -35,6 +36,7 @@ auth_strategy = keystone
|
||||
|
||||
[AGENT]
|
||||
root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
report_interval = {{ report_interval }}
|
||||
|
||||
[keystone_authtoken]
|
||||
signing_dir = /var/lib/neutron/keystone-signing
|
||||
|
Loading…
x
Reference in New Issue
Block a user