From 386955f4acb626de9464db1a1fef5b0907c530e1 Mon Sep 17 00:00:00 2001 From: Hashir Mohammed Date: Mon, 8 May 2017 11:36:38 -0400 Subject: [PATCH] Bug 258 - Bug fix - NSR delete method was wrongly annotated as a coroutine Signed-off-by: Hashir Mohammed --- .../plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py | 1 - 1 file changed, 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 db08e8e7..f8ce1aa4 100644 --- a/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py +++ b/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py @@ -528,7 +528,6 @@ class OpenmanoNsr(object): def add_nsr(self, nsr, vnfr): self._nsrs[vnfr.id] = nsr - @asyncio.coroutine def delete(self): if not self._created: self._log.debug("NSD wasn't created. Skipping delete.") -- 2.25.1