From a1ddab06d0338abdc53327271c3205b8f42bad7e Mon Sep 17 00:00:00 2001 From: Anurag Dwivedi Date: Fri, 6 Oct 2017 08:38:16 -0400 Subject: [PATCH] Bug 356 - NS-Scale. Still see Exception from the RO Signed-off-by: Anurag Dwivedi --- models/openmano/python/rift/openmano/rift2openmano.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1