Remove "Slots" in type "Extra"

Signed-off-by: Jingwen Peng <pengsrc@yunify.com>
This commit is contained in:
Jingwen Peng 2016-12-08 21:16:12 +08:00
parent fd09a7d72b
commit addcf897f7
No known key found for this signature in database
GPG Key ID: D13E028376D8D9B1
1 changed files with 1 additions and 2 deletions

View File

@ -641,8 +641,7 @@ type Extra struct {
NoLimit int `json:"no_limit" name:"no_limit"`
NoRestrict int `json:"no_restrict" name:"no_restrict"`
OSDiskSize int `json:"os_disk_size" name:"os_disk_size"`
Slots map[string]string `json:"slots" name:"slots"`
Usb int `json:"usb" name:"usb"`
USB int `json:"usb" name:"usb"`
}
func (v *Extra) Validate() error {