mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix(multicloud): set isEmulated as false for ecloud vpc
This commit is contained in:
@@ -79,7 +79,7 @@ func (v *SVpc) Refresh() error {
|
||||
}
|
||||
|
||||
func (v *SVpc) IsEmulated() bool {
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
func (v *SVpc) GetRegion() cloudprovider.ICloudRegion {
|
||||
|
||||
Reference in New Issue
Block a user