From e12098619a49fb113080b7a7b80534e7f6880efe Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 19 Dec 2019 21:46:49 +0800 Subject: [PATCH] Fix(region): Fix the Json tag of apis.GuesttemplateNetwork.GuestIpEnd --- pkg/apis/compute/guesttemplate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/compute/guesttemplate.go b/pkg/apis/compute/guesttemplate.go index 1527e873d7..8e4423c96f 100644 --- a/pkg/apis/compute/guesttemplate.go +++ b/pkg/apis/compute/guesttemplate.go @@ -68,7 +68,7 @@ type GuesttemplateNetwork struct { ID string `json:"id"` Name string `json:"name"` GuestIpStart string `json:"guest_ip_start"` - GuestIpEnd string `json:"guest_up_end"` + GuestIpEnd string `json:"guest_ip_end"` VlanId int `json:"vlan_id"` }