NSX|v: Fix LBaaS session persistence
If the pool persistence type was SOURCE_IP, the ackend was not updated. Change-Id: Ie4a5f88af1263d44cee3627167bc49fd729ff418
This commit is contained in:
parent
467329c1e9
commit
03548e289b
@ -68,7 +68,7 @@ def listener_to_edge_app_profile(listener, edge_cert_id):
|
||||
'cookieMode': lb_const.SESSION_PERSISTENCE_COOKIE_MAP[
|
||||
sess_persist_type]})
|
||||
|
||||
edge_app_profile['persistence'] = persistence
|
||||
edge_app_profile['persistence'] = persistence
|
||||
|
||||
return edge_app_profile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user