Merge branch 'feature-ha_task_manager' into devel

This commit is contained in:
Chris Meyers
2016-09-29 10:27:17 -04:00
14 changed files with 633 additions and 551 deletions

View File

@@ -2275,6 +2275,7 @@ class JobTemplateLaunch(RetrieveAPIView, GenericAPIView):
new_job = obj.create_unified_job(**kv)
result = new_job.signal_start(**kv)
if not result:
data = dict(passwords_needed_to_start=new_job.passwords_needed_to_start)
new_job.delete()