Merge "Bug 356 - NS-Scale. Still see Exception from the RO"
diff --git a/models/openmano/python/rift/openmano/rift2openmano.py b/models/openmano/python/rift/openmano/rift2openmano.py
index aeda289..91ae8a9 100755
--- a/models/openmano/python/rift/openmano/rift2openmano.py
+++ b/models/openmano/python/rift/openmano/rift2openmano.py
@@ -263,7 +263,7 @@
                                     }
                                 }
 
-        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