Hide Forgot
Description of problem: When remove any custom values for 'metering_time_to_live' or 'event_time_to_live' in /etc/ceilometer/ceilometer.conf, the validation will succeed even though the default values are "-1" which the validation should fail with. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Comment out any custom settings for 'metering_time_to_live' and 'event_time_to_live' in /etc/ceilometer/ceilometer.conf 2. Run the ceilometerdb-size validation Actual results: The validation should fail (because the default for both values is -1) Expected results: The validation pases Additional info:
Fixed in RHOS11