vmware-nsx/neutron
Assaf Muller af08f58d0a Change report_interval from 4 to 30, agent_down_time from 9 to 75
report_interval is how often an agent sends out a heartbeat to the
service. The Neutron service responds to these 'report_state' RPC
messages by updating the agent's heartbeat DB record.
The last heartbeat is then compared to the configured
agent_down_time to determine if the agent is up or down.
The agent's status is used when scheduling networks on DHCP
and L3 agents.

In the spirit of sane defaults suited for production, these values
should be bumped to reduce the load on the Neutron service
dramatically, freeing up CPU time to perform intensive operations.

DocImpact
Closes-Bug: #1293083
Change-Id: I77bcf8f66f74ba55513c989caead1f96c92b9832
2014-03-18 10:25:04 +02:00
..
agent Change report_interval from 4 to 30, agent_down_time from 9 to 75 2014-03-18 10:25:04 +02:00
api Send network-changed notifications to nova 2014-03-13 17:19:43 -07:00
cmd remove binaries under bin 2013-08-16 10:10:30 +08:00
common Merge "Remove legacy quantum config path" 2014-03-15 01:24:01 +00:00
db Change report_interval from 4 to 30, agent_down_time from 9 to 75 2014-03-18 10:25:04 +02:00
debug options: consolidate options definitions 2014-02-24 13:25:11 +09:00
extensions Send network-changed notifications to nova 2014-03-13 17:19:43 -07:00
locale Imported Translations from Transifex 2014-03-14 06:28:15 +00:00
notifiers Send network-changed notifications to nova 2014-03-13 17:19:43 -07:00
openstack Adds multiple RPC worker processes to neutron server 2014-03-04 00:50:20 +00:00
plugins Merge "NSX: Propagate name updates for security profiles" 2014-03-15 06:15:36 +00:00
scheduler Fix DetachedInstanceError for Agent instance 2014-02-27 14:48:11 +00:00
server Adds multiple RPC worker processes to neutron server 2014-03-04 00:50:20 +00:00
services Merge "Fix KeyError except on router_info in FW Agent" 2014-03-15 13:05:36 +00:00
tests Change report_interval from 4 to 30, agent_down_time from 9 to 75 2014-03-18 10:25:04 +02:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
auth.py Return request-id in API response 2014-02-10 04:58:38 +09:00
context.py Stop logging unnecessary warning on context create 2013-11-28 09:17:18 +00:00
hooks.py Remove pyudev dependency 2014-02-25 14:28:35 +00:00
manager.py Fixes spelling error 2014-02-28 11:34:19 -08:00
neutron_plugin_base_v2.py Adds multiple RPC worker processes to neutron server 2014-03-04 00:50:20 +00:00
policy.py Replace binding:capabilities with binding:vif_details 2014-02-23 22:56:45 -05:00
quota.py Add missing quota flags in the config file sample 2013-12-02 19:14:06 +01:00
service.py Adds multiple RPC worker processes to neutron server 2014-03-04 00:50:20 +00:00
version.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
wsgi.py Merge "Fix webob.exc.HTTPForbidden parameter miss" 2014-03-02 19:05:50 +00:00