From adf69aba0f5e05e23af7cdbf07b0f2d05dbdbaf8 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Sun, 13 Oct 2019 07:17:04 +0300 Subject: [PATCH] Add VPN TODO Change-Id: Ia999ee2eef159d2e620877ffe3b900d326051bae --- vmware_nsxlib/v3/policy/ipsec_vpn_defs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vmware_nsxlib/v3/policy/ipsec_vpn_defs.py b/vmware_nsxlib/v3/policy/ipsec_vpn_defs.py index 5a32e0b6..a5d36fbf 100644 --- a/vmware_nsxlib/v3/policy/ipsec_vpn_defs.py +++ b/vmware_nsxlib/v3/policy/ipsec_vpn_defs.py @@ -271,5 +271,7 @@ class Tier1IPSecVpnSessionStatusDef(core_defs.ResourceDef): @property def path_ids(self): + # TODO(asarfaty): Why do we need the last '' entry? Need to find a + # better solution for this. return ('tenant', 'tier1_id', 'service_id', 'vpn_service_id', 'session_id', '')