Example #1
0
 def delComputer(self, ctx, uuid, backup):
     return bpc.unset_backup_for_host(uuid)
Example #2
0
 def delComputer(self, ctx, uuid, backup):
     return bpc.unset_backup_for_host(uuid)
Example #3
0
def unset_backup_for_host(uuid):
    return bpc.unset_backup_for_host(uuid)
Example #4
0
def unset_backup_for_host(uuid):
    return bpc.unset_backup_for_host(uuid)