You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2013/04/24 18:23:54 UTC

[30/50] [abbrv] git commit: updated refs/heads/internallb to ca2fc30

CLOUDSTACK-2120: mixed zone management - revert change in schema-40to410.sql since listVirtualMachines API change will be in 4.2 release only.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0978df95
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0978df95
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0978df95

Branch: refs/heads/internallb
Commit: 0978df95adae173a00ef11ae26106b561c0927f4
Parents: 35306d4
Author: Jessica Wang <je...@apache.org>
Authored: Mon Apr 22 11:43:24 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Mon Apr 22 11:45:39 2013 -0700

----------------------------------------------------------------------
 setup/db/db/schema-40to410.sql |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0978df95/setup/db/db/schema-40to410.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-40to410.sql b/setup/db/db/schema-40to410.sql
index 57d6ab9..ff1d908 100644
--- a/setup/db/db/schema-40to410.sql
+++ b/setup/db/db/schema-40to410.sql
@@ -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,