fix(multicloud): set isEmulated as false for ecloud vpc

This commit is contained in:
rainzm
2021-04-19 18:59:24 +08:00
parent 9c8a318c5a
commit 2d04115ab5
+1 -1
View File
@@ -79,7 +79,7 @@ func (v *SVpc) Refresh() error {
}
func (v *SVpc) IsEmulated() bool {
return true
return false
}
func (v *SVpc) GetRegion() cloudprovider.ICloudRegion {