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:
Adit Sarfaty 2017-06-19 10:15:16 +03:00
parent 83a6e7fc06
commit 284196e3fd
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def listener_to_edge_app_profile(listener, edge_cert_id):
'cookieMode': lb_const.SESSION_PERSISTENCE_COOKIE_MAP[
listener.default_pool.sessionpersistence.type]})
edge_app_profile['persistence'] = persistence
edge_app_profile['persistence'] = persistence
return edge_app_profile