mirror of https://github.com/containers/podman.git
Merge pull request #15916 from ashley-cui/machstarting
Fix machine starting state
This commit is contained in:
commit
f51aeb45d4
|
@ -177,6 +177,7 @@ func toMachineFormat(vms []*machine.ListResponse) ([]*entities.ListReporter, err
|
||||||
response.Port = vm.Port
|
response.Port = vm.Port
|
||||||
response.RemoteUsername = vm.RemoteUsername
|
response.RemoteUsername = vm.RemoteUsername
|
||||||
response.IdentityPath = vm.IdentityPath
|
response.IdentityPath = vm.IdentityPath
|
||||||
|
response.Starting = vm.Starting
|
||||||
|
|
||||||
machineResponses = append(machineResponses, response)
|
machineResponses = append(machineResponses, response)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue