From 54a809c4faddab1a7990009fcffb07890df8b440 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Sun, 1 Oct 2017 23:40:53 -0700 Subject: [PATCH] Fix typo Change-Id: I4ffc65ce89ea0cd894ef28804e98f4291daddeca --- vmware_nsx/services/lbaas/nsx_v/v2/pool_mgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx/services/lbaas/nsx_v/v2/pool_mgr.py b/vmware_nsx/services/lbaas/nsx_v/v2/pool_mgr.py index 975f6b0e87..c6ed21f156 100644 --- a/vmware_nsx/services/lbaas/nsx_v/v2/pool_mgr.py +++ b/vmware_nsx/services/lbaas/nsx_v/v2/pool_mgr.py @@ -130,7 +130,7 @@ class EdgePoolManager(base_mgr.EdgeLoadbalancerBaseManager): self.lbv2_driver.pool.successful_completion(context, new_pool) - # if the the session_persistence was changed, + # if the session_persistence was changed, # we may need to update the listener application profile if new_pool.listener: old_sess_persist = old_pool.session_persistence