1 | initial version |
Hi,
This usually happens if the reportinterval and agentdown_time configuration options in neutron.conf are absurdly low.
On your neutron-server, edit
/etc/neutron/neutron.conf
and add/change the above mentioned options as follows
agent_down_time = 180
report_interval = 60
To be honest, you could even go higher. Let me know if it works for you.
2 | No.2 Revision |
Hi,
This usually happens if the reportinterval report_interval
and agentdown_time agent_down_time
configuration options in neutron.conf are absurdly low.
On your neutron-server, edit
/etc/neutron/neutron.conf
and add/change the above mentioned options as follows
agent_down_time = 180
report_interval = 60
To be honest, you could even go higher. Let me know if it works for you.