Description of problem: [root@jb-bz1 ~]# grep -IR 'CertificationValidityCheckTimeInHours' /usr/share/ovirt-engine/dbscripts [root@jb-bz1 ~] Thus I'm unable to change the check time occurrence in vdc_options table. Version-Release number of selected component (if applicable): rhevm-dbscripts-3.6.0-0.12.master.el6.noarch How reproducible: 100% Steps to Reproduce: 1. select * from vdc_options where option_name = 'CertificationValidityCheckTimeInHours'; 2. 3. Actual results: not found Expected results: should be in vdc_options to make QA testing faster Additional info:
2015-08-28 13:56:04,212 DEBUG [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ServerService Thread Pool -- 40) [] Didn't find the value of 'CertificationValidityCheckTimeInHours' in DB for version 'general' - using default: '24'
ok, rhevm-dbscripts-3.6.0.3-0.1.el6.noarch [root@jb-bz1 bin]# engine-config -g CertificationValidityCheckTimeInHours CertificationValidityCheckTimeInHours: 0.05 version: general [root@jb-bz1 bin]# grep -R CertificationValidityCheckTimeInHours /usr/share/ovirt-engine/dbscripts/ /usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/0000_config.sql:select fn_db_add_config_value('CertificationValidityCheckTimeInHours','24','general');