Bug-380 Regression on project name 77/5577/1
authorAnurag Dwivedi <anurag.dwivedi@riftio.com>
Fri, 13 Oct 2017 15:41:25 +0000 (11:41 -0400)
committerAnurag Dwivedi <anurag.dwivedi@riftio.com>
Fri, 13 Oct 2017 15:41:25 +0000 (11:41 -0400)
Signed-off-by: Anurag Dwivedi <anurag.dwivedi@riftio.com>
rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py

index fa933ba..ea66806 100644 (file)
@@ -196,7 +196,7 @@ class OpenmanoVnfr(object):
     @property
     def openmano_vnfd(self):
         self._log.debug("Converting vnfd %s from rift to openmano", self.vnfd.id)
-        openmano_vnfd = rift2openmano.rift2openmano_vnfd(self.vnfd, self.nsd, self._http_api, self._project)
+        openmano_vnfd = rift2openmano.rift2openmano_vnfd(self.vnfd, self.nsd, self._http_api, self._project.name)
         return openmano_vnfd
 
     @property