fix 1008 wim_account create issue 52/8552/1 v7.0.1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 3 Feb 2020 18:16:38 +0000 (18:16 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 3 Feb 2020 18:16:56 +0000 (18:16 +0000)
Change-Id: Iddc270db6687a7405ea7295bf7256a77a3bde532
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
RO/osm_ro/wim/persistence.py

index 32a46b3..d395bfc 100644 (file)
@@ -864,9 +864,7 @@ def _preprocess_wim_account(wim_account):
     """
     wim_account = preprocess_record(wim_account)
 
-    created = wim_account.get('created')
-    wim_account['created'] = (
-        'true' if created is True or created == 'true' else 'false')
+    wim_account['sdn'] = False
 
     return wim_account