LBaaS: allow configuration of SOURCE_IP LB method
LBaaS was not configuring the pool appropriately when specifying SOURCE_IP as LB method. Change-Id: I2f356cfac79945284bce7e910e722aca59ab66af
This commit is contained in:
parent
d5e254d4b5
commit
33763d6f06
@ -52,7 +52,7 @@ LB_SESSION_PERSISTENCE_APP_COOKIE = 'APP_COOKIE'
|
||||
BALANCE_MAP = {
|
||||
LB_METHOD_ROUND_ROBIN: 'round-robin',
|
||||
LB_METHOD_LEAST_CONNECTIONS: 'leastconn',
|
||||
LB_METHOD_SOURCE_IP: 'source'}
|
||||
LB_METHOD_SOURCE_IP: 'ip-hash'}
|
||||
|
||||
PROTOCOL_MAP = {
|
||||
LB_PROTOCOL_TCP: 'tcp',
|
||||
|
Loading…
x
Reference in New Issue
Block a user