mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-20 16:36:03 +08:00
Merge pull request #1228 from ioito/hotfix/qx-zstack-optimized
fix zstack cdrom error
This commit is contained in:
@@ -20,6 +20,8 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"yunion.io/x/onecloud/pkg/multicloud"
|
||||
|
||||
"yunion.io/x/jsonutils"
|
||||
"yunion.io/x/log"
|
||||
"yunion.io/x/pkg/utils"
|
||||
@@ -92,6 +94,8 @@ type SFault struct {
|
||||
}
|
||||
|
||||
type SInstance struct {
|
||||
multicloud.SInstanceBase
|
||||
|
||||
host *SHost
|
||||
|
||||
DiskConfig string `json:"OS-DCF:diskConfig,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user