neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent
Ihar Hrachyshka aac17c6be9 Reconcile quitting_rpc_timeout with backoff RPC client
With backoff client, setting .timeout property on it doesn't take any
effect. It means that starting from Mitaka, we broke
quitting_rpc_timeout option.

Now, when the TERM signal is received, we reset the dict capturing
per-method timeouts; and we cap waiting times by the value of the
option. This significantly reduces time needed for the agent to
gracefully shut down.

Change-Id: I2d86ed7a6f337395bfcfdb0698ec685cf384f172
Related-Bug: #1663458
2017-03-21 01:26:31 +00:00
..
extension_drivers Spin off context module 2017-03-06 16:25:29 +00:00
openflow OpenFlowSwitchMixin: do not override delete_flows 2017-02-24 10:43:31 -05:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
fake_oflib.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
ovs_test_base.py enable OVSDB native interface by default 2016-06-25 10:43:12 +03:00
test_ovs_agent_extension_api.py enable OVSDB native interface by default 2016-06-25 10:43:12 +03:00
test_ovs_capabilities.py Add agent-side driver scaffolding for trunk functionality 2016-08-18 12:10:22 +00:00
test_ovs_neutron_agent.py Reconcile quitting_rpc_timeout with backoff RPC client 2017-03-21 01:26:31 +00:00
test_ovs_tunnel.py Only send string values to OVSDB other_config column 2016-10-14 15:10:54 -05:00
test_vlanmanager.py Removed deprecated class LocalVLANMapping 2016-11-07 20:24:06 +00:00