Updated Branches: refs/heads/4.1 1508ef98f -> 5ccdf7dc4
CLOUDSTACK-528: Correct a bunch of mistakes in the 3.0.x to 4.0 db script Signed-off-by: Chip Childers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5ccdf7dc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5ccdf7dc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5ccdf7dc Branch: refs/heads/4.1 Commit: 5ccdf7dc4ad86145633124b9540aadfbfc423f6f Parents: 1508ef9 Author: Wei Zhou <[email protected]> Authored: Mon May 13 16:50:29 2013 +0100 Committer: Chip Childers <[email protected]> Committed: Mon May 13 16:50:29 2013 +0100 ---------------------------------------------------------------------- setup/db/db/schema-302to40.sql | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5ccdf7dc/setup/db/db/schema-302to40.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-302to40.sql b/setup/db/db/schema-302to40.sql index a947ac1..f17f067 100644 --- a/setup/db/db/schema-302to40.sql +++ b/setup/db/db/schema-302to40.sql @@ -112,11 +112,11 @@ UPDATE `cloud`.`configuration` set component='NetworkManager' where name='router UPDATE `cloud`.`configuration` set component='NetworkManager' where name='router.ram.size'; UPDATE `cloud`.`configuration` set component='NetworkManager' where name='router.stats.interval'; UPDATE `cloud`.`configuration` set component='NetworkManager' where name='router.template.id'; -UPDATE `cloud`.`configuration` set category='Advanced ' where name='capacity.skipcounting.hours'; -UPDATE `cloud`.`configuration` set category='Advanced ' where name='use.local.storage'; -UPDATE `cloud`.`configuration` set category='Hidden ' where name='router.ram.size'; -UPDATE `cloud`.`configuration` set category='Hidden ' where name='secondary.storage.vm'; -UPDATE `cloud`.`configuration` set category='Hidden ' where name='security.hash.key'; +UPDATE `cloud`.`configuration` set category='Advanced' where name='capacity.skipcounting.hours'; +UPDATE `cloud`.`configuration` set category='Advanced' where name='use.local.storage'; +UPDATE `cloud`.`configuration` set category='Hidden' where name='router.ram.size'; +UPDATE `cloud`.`configuration` set category='Hidden' where name='secondary.storage.vm'; +UPDATE `cloud`.`configuration` set category='Hidden' where name='security.hash.key'; UPDATE `cloud`.`configuration` set description = 'Percentage (as a value between 0 and 1) of local storage utilization above which alerts will be sent about low local storage available.' where name = 'cluster.localStorage.capacity.notificationthreshold'; DELETE FROM `cloud`.`configuration` WHERE name='direct.agent.pool.size';
