| commit | 386955f4acb626de9464db1a1fef5b0907c530e1 | [log] [tgz] |
|---|---|---|
| author | Hashir Mohammed <hashir.mohammed@riftio.com> | Mon May 08 11:36:38 2017 -0400 |
| committer | Hashir Mohammed <hashir.mohammed@riftio.com> | Mon May 08 11:37:00 2017 -0400 |
| tree | 6e962225f7889164408abfcb5e725ac4f2c2c3b5 | |
| parent | 1b4f21f003e5ae2e91d1d6d37080ba00979fcd53 [diff] |
Bug 258 - Bug fix - NSR delete method was wrongly annotated as a coroutine Signed-off-by: Hashir Mohammed <hashir.mohammed@riftio.com>
diff --git a/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py b/rwlaunchpad/plugins/rwnsm/rift/tasklets/rwnsmtasklet/openmano_nsm.py index db08e8e..f8ce1aa 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 @@ 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.")