mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2120: mixed zone management - revert change in schema-40to410.sql since listVirtualMachines API change will be in 4.2 release only.
This commit is contained in:
parent
35306d42b3
commit
0978df95ad
|
|
@ -486,8 +486,7 @@ CREATE VIEW `cloud`.`user_vm_view` AS
|
|||
vm_instance.vm_type vm_type,
|
||||
data_center.id data_center_id,
|
||||
data_center.uuid data_center_uuid,
|
||||
data_center.name data_center_name,
|
||||
data_center.networktype data_center_type,
|
||||
data_center.name data_center_name,
|
||||
data_center.is_security_group_enabled security_group_enabled,
|
||||
host.id host_id,
|
||||
host.uuid host_uuid,
|
||||
|
|
@ -1456,8 +1455,7 @@ CREATE VIEW `cloud`.`storage_pool_view` AS
|
|||
cluster.cluster_type,
|
||||
data_center.id data_center_id,
|
||||
data_center.uuid data_center_uuid,
|
||||
data_center.name data_center_name,
|
||||
data_center.name data_center_type,
|
||||
data_center.name data_center_name,
|
||||
host_pod_ref.id pod_id,
|
||||
host_pod_ref.uuid pod_uuid,
|
||||
host_pod_ref.name pod_name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue