Merge "Support rpc_response_timeout and report_interval in neutron.conf"
This commit is contained in:
commit
90cdd81b82
@ -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