When networks are created rapidly, neutron-servers compete
for segmentation ids which creates too much contention and
may lead to inability to choose available id in hardcoded amount
of attempts (11)
Randomize tunnel id selection so that condition is not hit.
Reviewed: https:/ /review. openstack. org/182901 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=1d9fd2aec00 cb85034e5a23cc1 beac33c74e0110
Committed: https:/
Submitter: Jenkins
Branch: master
commit 1d9fd2aec00cb85 034e5a23cc1beac 33c74e0110
Author: Eugene Nikanorov <email address hidden>
Date: Mon May 11 01:34:35 2015 +0400
Randomize tunnel id query to avoid contention
When networks are created rapidly, neutron-servers compete
for segmentation ids which creates too much contention and
may lead to inability to choose available id in hardcoded amount
of attempts (11)
Randomize tunnel id selection so that condition is not hit.
Change-Id: I7068f90fe4927e 6e693f8a62cb704 213b2da2920
Related-Bug: #1382064
Closes-Bug: #1454434