X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=osm_ro%2Fnfvo.py;h=b0896ff91d99c33f3b170579d5db9b664150248f;hp=7b8a820b46b8fb781522515db31db9eee755321c;hb=72cd59f8280e652b35caa20f9fe60a68ef77689b;hpb=2cff34626e2d27a861048e68e226ebea8e89239a diff --git a/osm_ro/nfvo.py b/osm_ro/nfvo.py index 7b8a820b..b0896ff9 100644 --- a/osm_ro/nfvo.py +++ b/osm_ro/nfvo.py @@ -4507,7 +4507,7 @@ def instance_action(mydb,nfvo_tenant,instance_id, action_dict): iface2iface = {} where = {"item": "instance_vms", "item_id": target_vm["uuid"], "action": "CREATE"} - vim_action_to_clone = mydb.get_rows(FROM="vim_actions", WHERE=where) + vim_action_to_clone = mydb.get_rows(FROM="vim_wim_actions", WHERE=where) if not vim_action_to_clone: raise NfvoException("Cannot find the vim_action at database with {}".format(where), httperrors.Internal_Server_Error) vim_action_to_clone = vim_action_to_clone[0]