允许更改openstack存储容量

This commit is contained in:
ioito
2019-07-18 19:42:34 +08:00
parent 9732019063
commit b7c1f52166
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ func (storage *SStorage) GetGlobalId() string {
}
func (storage *SStorage) IsEmulated() bool {
return true
return false
}
func (storage *SStorage) GetIZone() cloudprovider.ICloudZone {