bug CS-15091: Removed additional space in category for config param category. Regression due to af1fc1cf5d361cb6d43e0107a644c42f645a0ccc CS-14637

status CS-15091: resolved fixed
reviewed-by: Nitin
This commit is contained in:
kishan 2012-06-01 20:31:47 +05:30
parent a6754a7906
commit 5ac297f88e
1 changed files with 5 additions and 5 deletions

View File

@ -103,11 +103,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';