From 3866926598ea9b0ccba2b5799d282b0bbe0e874c Mon Sep 17 00:00:00 2001 From: Kelven Yang Date: Thu, 18 Nov 2010 11:05:31 -0800 Subject: [PATCH] remove hard-code of vcenter server record from template.sql --- setup/db/templates.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/db/templates.sql b/setup/db/templates.sql index 36ec398c9f1..624b4c4b5bb 100644 --- a/setup/db/templates.sql +++ b/setup/db/templates.sql @@ -423,5 +423,3 @@ INSERT INTO `cloud`.`guest_os_hypervisor` (hypervisor_type, guest_os_name, guest INSERT INTO `cloud`.`guest_os_hypervisor` (hypervisor_type, guest_os_name, guest_os_id) VALUES ('KVM', 'Other', 60); INSERT INTO `cloud`.`guest_os_hypervisor` (hypervisor_type, guest_os_name, guest_os_id) VALUES ('KVM', 'Other', 103); --- temporarily added for vmware, will be moved when vmware support is fully in-place -INSERT INTO `cloud`.`host_master`(`type`, `service_address`, `admin`, `password`) VALUES('VSphere', 'vsphere-1.lab.vmops.com', 'Administrator', 'Suite219');