Fix project delete failures
[osm/SO.git] / common / python / rift / mano / cloud / config.py
index f7906fd..a5ed7b5 100644 (file)
@@ -128,6 +128,7 @@ class CloudAccountConfigSubscriber(object):
             self._reg.deregister()
             self._reg = None
 
+    @asyncio.coroutine
     def register(self):
         @asyncio.coroutine
         def apply_config(dts, acg, xact, action, scratch):