From 8039182f401b4fed6f72f0fb881276afffa86276 Mon Sep 17 00:00:00 2001 From: tierno Date: Thu, 21 Mar 2019 22:12:14 +0000 Subject: [PATCH] fix error introduced at bu 650 code Change-Id: Ic9ac1c90e9df70fb3d5ac1e048a75d0d0cfe9431 Signed-off-by: tierno --- osm_ro/nfvo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_ro/nfvo.py b/osm_ro/nfvo.py index 5a972e26..1efd144c 100644 --- a/osm_ro/nfvo.py +++ b/osm_ro/nfvo.py @@ -3203,7 +3203,7 @@ def create_instance(mydb, tenant_id, instance_dict): 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 -- 2.17.1