From 839e4a8bb2e175694816bee7b78e99cfe87c2def Mon Sep 17 00:00:00 2001 From: Anurag Dwivedi Date: Fri, 13 Oct 2017 11:41:25 -0400 Subject: [PATCH] Bug-380 Regression on project name Signed-off-by: Anurag Dwivedi --- .../plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py b/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py index fa933ba7..ea66806e 100644 --- a/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py +++ b/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py @@ -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 -- 2.17.1