Beispiel #1
0
 def checkServiceCall(self, context, service_name):
     if 'saveConfiguration' == service_name \
     and context.isComponentContext() \
     and 'ha' == context.component.name:
         # config component doesn't need a lock here
         return
     ConfigServiceComponent.checkServiceCall(self, context, service_name)