diff --git a/bufunfa/service.py b/bufunfa/service.py index 67bc606..4fe0eda 100644 --- a/bufunfa/service.py +++ b/bufunfa/service.py @@ -34,6 +34,9 @@ cfg.CONF.register_opts([ class PeriodicService(rpc_service.Service): + """ + A Service that does stuff periodicly + """ def start(self): super(PeriodicService, self).start() admin_context = context.RequestContext('admin', 'admin', is_admin=True)