From afa2dc7df05f6bca1d671c95d4df4eabd2b4540b Mon Sep 17 00:00:00 2001 From: ioito Date: Mon, 30 Jan 2023 15:20:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(region):=20=E9=81=BF=E5=85=8D=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E7=9B=B8=E5=90=8C=E9=85=8D=E7=BD=AE=E6=97=B6=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=BD=93=E5=89=8D=E5=AE=9E=E4=BE=8B=E7=9A=84hostname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/compute/models/guests.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/compute/models/guests.go b/pkg/compute/models/guests.go index e062c9d60c..6fa8689b5f 100644 --- a/pkg/compute/models/guests.go +++ b/pkg/compute/models/guests.go @@ -5835,6 +5835,7 @@ func (self *SGuest) ToCreateInput(ctx context.Context, userCred mcclient.TokenCr // clean some of user input userInput.GenerateName = "" userInput.Description = "" + userInput.Hostname = "" return userInput }