Merge pull request #1228 from ioito/hotfix/qx-zstack-optimized

fix zstack cdrom error
This commit is contained in:
yunion-ci-robot
2019-06-16 17:30:51 +08:00
committed by GitHub
19 changed files with 179 additions and 49 deletions

View File

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