X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_ro%2Fnfvo.py;h=7b8a820b46b8fb781522515db31db9eee755321c;hb=31e121f56d87b6be951caa550b2884ed5908cd92;hp=f625b4f6fb0f04cfb44080c1320e7a5adbf81101;hpb=c0b8718464d2942c1204312a9dcce2c9f0b8b6cd;p=osm%2FRO.git diff --git a/osm_ro/nfvo.py b/osm_ro/nfvo.py index f625b4f6..7b8a820b 100644 --- a/osm_ro/nfvo.py +++ b/osm_ro/nfvo.py @@ -4711,6 +4711,8 @@ def instance_action_get(mydb, nfvo_tenant, instance_id, action_id): raise NfvoException("Not found any action with this criteria", httperrors.Not_Found) vim_wim_actions = mydb.get_rows(FROM="vim_wim_actions", WHERE={"instance_action_id": action_id}) rows[0]["vim_wim_actions"] = vim_wim_actions + # for backward compatibility set vim_actions = vim_wim_actions + rows[0]["vim_actions"] = vim_wim_actions return {"actions": rows}