Commit 3d73495b authored by duanjinfei's avatar duanjinfei

change clone vm template info

parent bb905ecf
...@@ -266,7 +266,7 @@ func getCloneVmInfo(vmInfo *models.VmConfig, headerInfo *models.HeaderInfo) (str ...@@ -266,7 +266,7 @@ func getCloneVmInfo(vmInfo *models.VmConfig, headerInfo *models.HeaderInfo) (str
} }
} }
maxVmId++ maxVmId++
return "104", strconv.FormatInt(maxVmId, 10) return "100", strconv.FormatInt(maxVmId, 10)
} }
// updateVmProgress 更新vm的创建进度 // updateVmProgress 更新vm的创建进度
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment