Merge "Reduce iptables version check from 1.6.2 to 1.6.0"

This commit is contained in:
Zuul 2022-01-28 20:24:00 +00:00 committed by Gerrit Code Review
commit 0b3be30fc2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ RPC_RES_PROCESSING_STEP = 20
# IPtables version to support --random-fully option.
# Do not move this constant to neutron-lib, since it is temporary
IPTABLES_RANDOM_FULLY_VERSION = '1.6.2'
IPTABLES_RANDOM_FULLY_VERSION = '1.6.0'
# Segmentation ID pool; DB select limit to improve the performace.
IDPOOL_SELECT_SIZE = 100