Bug 258 - Bug fix
authorHashir Mohammed <hashir.mohammed@riftio.com>
Mon, 8 May 2017 15:36:38 +0000 (11:36 -0400)
committerHashir Mohammed <hashir.mohammed@riftio.com>
Mon, 8 May 2017 15:37:00 +0000 (11:37 -0400)
 - NSR delete method was wrongly annotated as a coroutine

Signed-off-by: Hashir Mohammed <hashir.mohammed@riftio.com>
rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py

index db08e8e..f8ce1aa 100644 (file)
@@ -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.")