Add VPN TODO

Change-Id: Ia999ee2eef159d2e620877ffe3b900d326051bae
This commit is contained in:
Adit Sarfaty 2019-10-13 07:17:04 +03:00
parent a6d52af58a
commit adf69aba0f
1 changed files with 2 additions and 0 deletions

View File

@ -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', '')