소스 검색

Fix normal deployment launch

Daniel Vincze 1 년 전
부모
커밋
dd934ed3ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      coriolis/conductor/rpc/server.py

+ 1 - 1
coriolis/conductor/rpc/server.py

@@ -1411,7 +1411,7 @@ class ConductorServerEndpoint(object):
             ctxt, destination_endpoint)
 
         execution = models.TasksExecution()
-        deployment.executions = [execution]
+        execution.action = deployment
         execution.status = constants.EXECUTION_STATUS_UNEXECUTED
         execution.number = 1
         execution.type = constants.EXECUTION_TYPE_DEPLOYMENT