Use interfaces_backup for healing
[osm/RO.git] / NG-RO / osm_ng_ro / ns.py
index 0a40367..2b53f19 100644 (file)
@@ -1230,7 +1230,9 @@ class Ns(object):
                     "floating_ip",
                 )
             }
                     "floating_ip",
                 )
             }
-            existing_ifaces = existing_vdu["vim_info"][target_id].get("interfaces", [])
+            existing_ifaces = existing_vdu["vim_info"][target_id].get(
+                "interfaces_backup", []
+            )
             net_id = next(
                 (
                     i["vim_net_id"]
             net_id = next(
                 (
                     i["vim_net_id"]