fix error introduced at bu 650 code
Change-Id: Ic9ac1c90e9df70fb3d5ac1e048a75d0d0cfe9431
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/osm_ro/nfvo.py b/osm_ro/nfvo.py
index 5a972e2..1efd144 100644
--- a/osm_ro/nfvo.py
+++ b/osm_ro/nfvo.py
@@ -3203,7 +3203,7 @@
break
if not involved_datacenters:
involved_datacenters.append(default_datacenter_id)
- target_wim_account = scenario_net.get("wim_account", default_wim_account)
+ target_wim_account = sce_net.get("wim_account", default_wim_account)
# --> WIM
# TODO: use this information during network creation