neutron/etc
Aaron Rosen 0b7a768730 NSX: Correct default timeout params
Previously, req_timeout and http_timeout were set to the same value
which is not correct. req_timeout is the total time limit for a cluster
request and  http_timeout is the time allowed before aborting a request on
an unresponsive controller. Since the default configuration allows 2
retries req_timeout should be double that of http_timeout because of this
this patch goes ahead and removes req_timeout as this should just be
http_timeout * retries.

Because prevouly req_timeout and http_timeout were the same this exposed
a corner case that when the nsx controller returned a 307 we would issue
the request against the redirected controller but in the case where the
session cookie had expire when the request was issued we would get a 401
response back and never retry the request. Now that the default values are
corrected this issue should no longer occur as the next time time we issue
the request we'll fetch a new auth cookie for the redirected controller.

This patch also bumps the timeout values to be higher. We've seen
more and more timeouts occur in our CI system largely because our
cloud is overloaded so increasing the default timeouts will *hopefully*
help reduce test failures.

DocImpact

Closes-bug: 1340969
Closes-bug: 1338846

Change-Id: Id7244cd4d9316931f4f7df1c3b41b3a894f2909a
2014-08-01 15:32:04 -07:00
..
init.d Rename to Neutron in sample init.d script 2013-07-13 16:55:55 -04:00
neutron NSX: Correct default timeout params 2014-08-01 15:32:04 -07:00
api-paste.ini Use auth_token from keystonemiddleware 2014-07-15 18:37:04 +00:00
dhcp_agent.ini Update help message of flag 'enable_isolated_metadata' 2014-02-18 14:42:21 +01:00
fwaas_driver.ini Firewall as a Service (FWaaS) Agent 2013-08-11 10:56:37 -07:00
l3_agent.ini Modify L3 Agent for Distributed Routers 2014-07-22 21:27:50 -07:00
lbaas_agent.ini LBaaS VIP doesn't work after delete and re-add 2014-05-12 01:14:58 +00:00
metadata_agent.ini Increase default metadata_workers, backlog to 4096 2014-06-08 17:57:20 +03:00
metering_agent.ini Iptables metering driver 2013-09-02 12:39:27 +02:00
neutron.conf neutron.conf does not have the definition of firewall quotas 2014-07-29 21:57:21 +08:00
policy.json Add rule for updating network's router:external attribute 2014-07-22 12:27:14 +04:00
rootwrap.conf Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
services.conf Radware LBaaS driver is able to flip to a secondary backend node 2014-06-01 16:37:18 +03:00
vpn_agent.ini VPNaaS Service Driver for Cisco CSR 2014-03-05 15:08:39 -05:00