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"` }