Commit f3fc7e96 authored by Antoine Millet's avatar Antoine Millet Committed by Anael Beutot
Browse files

Added batch tag to jobs

parent 7939da34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ from cloudcontrol.common.client.tags import TagDB, Tag
class NodeJobsManagerInterface(JobsManagerInterface):

    TAG_ATTRIBUTES = ('title', 'status', 'state', 'owner', 'created', 'ended',
                      'attachments')
                      'attachments', 'batch')

    def __init__(self, host_handler):
        self.handler = host_handler