a10networks / a10-neutron-lbaas

A10 Networks, Openstack Neutron LBaaS Driver
Apache License 2.0
9 stars 19 forks source link

Fix a10 driver to automatically fix incorrect delay/timeout values #64

Closed ghost closed 9 years ago

ghost commented 9 years ago

Timeout cannot be greater than Delay for health monitors. Delay is the wait time between health monitor checks and Timeout is the amount of time we wait until we've decided something is "unhealthy". If timeout is larger than delay, a second health check will be sent before the first health check has a chance to timeout.

ghost commented 9 years ago

@dougwig Awaiting merge of a10-neutron-lbaas so I can kick the CI jobs.