Repository: cloudstack Updated Branches: refs/heads/master 9bab1c855 -> d26e5163d
CLOUDSTACK-7244. On an upgraded setup, 'Hyperv' hypervisor type option isn't available while creating a zone. Making a fix to include 'Hyperv' hypervisor type in the global configuration during upgrades. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d26e5163 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d26e5163 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d26e5163 Branch: refs/heads/master Commit: d26e5163d4049262697b87e659bd514676eb9e9a Parents: 9bab1c8 Author: Devdeep Singh <devd...@gmail.com> Authored: Tue Aug 5 11:15:43 2014 +0530 Committer: Devdeep Singh <devd...@gmail.com> Committed: Tue Aug 5 11:15:43 2014 +0530 ---------------------------------------------------------------------- setup/db/db/schema-441to450.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d26e5163/setup/db/db/schema-441to450.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-441to450.sql b/setup/db/db/schema-441to450.sql index 3f78c1f..8bd4440 100644 --- a/setup/db/db/schema-441to450.sql +++ b/setup/db/db/schema-441to450.sql @@ -430,5 +430,5 @@ CREATE VIEW `cloud`.`template_view` AS and (resource_tags.resource_type = 'Template' or resource_tags.resource_type='ISO'); - +UPDATE configuration SET value='KVM,XenServer,VMware,BareMetal,Ovm,LXC,Hyperv' WHERE name='hypervisor.list'; UPDATE `cloud`.`configuration` SET description="If set to true, will set guest VM's name as it appears on the hypervisor, to its hostname. The flag is supported for VMware hypervisor only" WHERE name='vm.instancename.flag';