From: Anurag Dwivedi Date: Fri, 6 Oct 2017 12:38:16 +0000 (-0400) Subject: Bug 356 - NS-Scale. Still see Exception from the RO X-Git-Tag: v3.0.0rc14~18^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=a1ddab06d0338abdc53327271c3205b8f42bad7e;hp=29bad82282830aa5e29e1927c752117a6bbb1df5;p=osm%2FSO.git Bug 356 - NS-Scale. Still see Exception from the RO Signed-off-by: Anurag Dwivedi --- diff --git a/models/openmano/python/rift/openmano/rift2openmano.py b/models/openmano/python/rift/openmano/rift2openmano.py index aeda2894..91ae8a99 100755 --- a/models/openmano/python/rift/openmano/rift2openmano.py +++ b/models/openmano/python/rift/openmano/rift2openmano.py @@ -263,7 +263,7 @@ def rift2openmano_vnfd_nsd(rift_nsd, rift_vnfds, openmano_vnfd_ids, http_api, ri } } - openmano_nsd = http_api.post_nsd_v3(openmano_nsd_im_body) + openmano_nsd = http_api.post_nsd_v3(openmano_nsd_api_format) return openmano_nsd