Merge pull request #9496 from wanyaoqi/automated-cherry-pick-of-#9494-upstream-release-3.5

Automated cherry pick of #9494: fix(region): guest to create input keep billing info
This commit is contained in:
Zexi Li
2020-12-19 20:05:59 +08:00
committed by GitHub
-2
View File
@@ -5200,8 +5200,6 @@ func (self *SGuest) ToCreateInput(userCred mcclient.TokenCredential) *api.Server
// clean some of user input
userInput.GenerateName = ""
userInput.Description = ""
userInput.BillingType = ""
userInput.BillingCycle = ""
return userInput
}