Repository: cloudstack
Updated Branches:
  refs/heads/master dfe2bfefb -> 0ef6cd36c


Revert "Remove adding implicit tags in DB schema so that management server 
starts, original commit 39fe766c2b6fb6edd4c1 needs review"

This reverts commit 597d3d70371f71765d1db8292b298b91acb15417.


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

Branch: refs/heads/master
Commit: 53db8c725c74e8631bca64fef435c0dfa0623faf
Parents: dfe2bfe
Author: amoghvk <amogh.vase...@citrix.com>
Authored: Thu Oct 2 13:27:59 2014 -0700
Committer: amoghvk <amogh.vase...@citrix.com>
Committed: Thu Oct 2 13:27:59 2014 -0700

----------------------------------------------------------------------
 setup/db/db/schema-441to450.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/53db8c72/setup/db/db/schema-441to450.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-441to450.sql b/setup/db/db/schema-441to450.sql
index b1a1dc1..02971f6 100644
--- a/setup/db/db/schema-441to450.sql
+++ b/setup/db/db/schema-441to450.sql
@@ -443,7 +443,7 @@ CREATE VIEW `cloud`.`template_view` AS
 
 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';
--- INSERT IGNORE INTO `cloud`.`configuration`(category, instance, component, 
name, value, description, default_value) VALUES ('Hidden', 'DEFAULT', 
'ImplicitHostTags', 'implicit.host.tags', 'GPU', 'Tag hosts at the time of host 
disovery based on the host properties/capabilities ', 'GPU') ON DUPLICATE KEY 
UPDATE category='Hidden';
+INSERT IGNORE INTO `cloud`.`configuration`(category, instance, component, 
name, value, description, default_value) VALUES ('Hidden', 'DEFAULT', 
'ImplicitHostTags', 'implicit.host.tags', 'GPU', 'Tag hosts at the time of host 
disovery based on the host properties/capabilities ', 'GPU') ON DUPLICATE KEY 
UPDATE category='Hidden';
 
 DROP VIEW IF EXISTS `cloud`.`domain_router_view`;
 CREATE VIEW `cloud`.`domain_router_view` AS

Reply via email to