neutron/neutron/services/trunk/rpc
Slawek Kaplonski d1f8888843 Increase number of retries in _process_trunk_subport_bindings
In patch [1] as partial fix for bug 1828375 retries mechanism
was proposed.
We noticed that sometimes in have loaded environments 3 retries
defined in [1] can be not enough.
So this patch switches to use neutron_lib.db.api.MAX_RETRIES constant
as number of retries when processing trunk subport bindings.
This MAX_RETRIES constant is set to 20 and in our cases it "fixed"
problem.

[1] https://review.opendev.org/#/c/662236/

Change-Id: I016ef3d7ccbb89b68d4a3d509162b3046a9c2f98
Related-Bug: #1828375
2019-08-28 17:57:09 +00:00
..
__init__.py Add RPC layer for Trunk Plugin and driver plumbing 2016-08-12 17:45:55 -07:00
agent.py remove neutron.common.rpc 2019-02-06 11:05:55 -07:00
backend.py use neutron-lib trunk resource names 2019-03-25 09:59:13 -06:00
constants.py Add RPC layer for Trunk Plugin and driver plumbing 2016-08-12 17:45:55 -07:00
server.py Increase number of retries in _process_trunk_subport_bindings 2019-08-28 17:57:09 +00:00