Преглед изворни кода

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