Merge pull request #13536 from ioito/hotfix/qx-nutanix-nic-sync

fix(region): nutanix nic sync
This commit is contained in:
Zexi Li
2022-02-25 16:39:11 +08:00
committed by GitHub
+4
View File
@@ -51,6 +51,10 @@ func (self *SInstanceNic) GetDriver() string {
return "virtio"
}
func (self *SInstanceNic) InClassicNetwork() bool {
return false
}
func (self *SInstanceNic) GetSubAddress() ([]string, error) {
ret := []string{}
for _, addr := range self.IPAddresses {