X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO%2Fosm_ro%2Fvim_thread.py;h=8d397c2364d0a25a2f306213e344920bbc58f37e;hp=728b659b6aec2456d355bc4398b5b23ee6f90867;hb=refs%2Fchanges%2F22%2F8222%2F4;hpb=ed3e4d4fc2819e425bb8b165e43fcbac259d3f1b diff --git a/RO/osm_ro/vim_thread.py b/RO/osm_ro/vim_thread.py index 728b659b..8d397c23 100644 --- a/RO/osm_ro/vim_thread.py +++ b/RO/osm_ro/vim_thread.py @@ -1006,13 +1006,14 @@ class vim_thread(threading.Thread): # CREATE params = task["params"] action_text = "creating VIM" - vim_net_id, created_items = self.vim.new_network(*params[0:3]) + + vim_net_id, created_items = self.vim.new_network(*params[0:5]) # net_name = params[0] # net_type = params[1] # wim_account_name = None - # if len(params) >= 4: - # wim_account_name = params[3] + # if len(params) >= 6: + # wim_account_name = params[5] # TODO fix at nfvo adding external port # if wim_account_name and self.vim.config["wim_external_ports"]: