Sfoglia il codice sorgente

Fix normal deployment launch

Daniel Vincze 1 anno fa
parent
commit
dd934ed3ca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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