Exemplo n.º 1
0
 def service_reApplyAll(self, context):
     """
     Applies again all the appliance config.
     Puts saved config on hold and restores it afterwards. Takes time
     """
     del_reapply_stamp()
     options = { 'action': USER_FORCED_REAPPLICATION, }
     return self.reapply(context, options)
Exemplo n.º 2
0
 def service_apply_post_update(self, context):
     del_reapply_stamp()
     options = { 'action': UPDATE_WITH_FULL_RELOAD, }
     return self.reapply(context, options)