freezer-api/freezer_api/api/v1
Pengju Jiao 655d803b44 Fix start failed job not working
Currently, when we start a failed job, nothing will happen.
It is because freezer-scheduler has filtered all the job with
status 'completed'. This patch will fix it.

Change-Id: I9ef420ba5dbf1e80582a6b0ab947646630a6b7fa
Closes-Bug: #1625189
2017-05-17 17:27:01 +08:00
..
__init__.py Implement API v2 with fully support Mutli-tenancy 2017-04-10 10:48:55 +00:00
actions.py Add full pep8 check 2016-12-05 19:57:32 +04:00
backups.py Add full pep8 check 2016-12-05 19:57:32 +04:00
clients.py Add full pep8 check 2016-12-05 19:57:32 +04:00
homedoc.py Add full pep8 check 2016-12-05 19:57:32 +04:00
jobs.py Fix start failed job not working 2017-05-17 17:27:01 +08:00
sessions.py Replace six.iteritems() with .items() 2017-04-23 23:16:27 +00:00