mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix(esxiagent): execute deploy operation by default in AgentDeployGuest
This commit is contained in:
@@ -195,7 +195,7 @@ func (as *SAgentStorage) AgentDeployGuest(ctx context.Context, data interface{})
|
||||
dataDict := data.(*jsonutils.JSONDict)
|
||||
action, _ := dataDict.GetString("action")
|
||||
var (
|
||||
needDeploy bool
|
||||
needDeploy = true
|
||||
err error
|
||||
)
|
||||
if action == "create" {
|
||||
|
||||
Reference in New Issue
Block a user