Comment 6 for bug 1024487

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/30783
Committed: http://github.com/openstack-dev/devstack/commit/e4859f0bd3aee92ccc588614925ed697d1ba06d2
Submitter: Jenkins
Branch: master

commit e4859f0bd3aee92ccc588614925ed697d1ba06d2
Author: cloudnull <email address hidden>
Date: Tue May 28 14:10:58 2013 -0500

    Set variables in rsyslog.conf to disable rate-limiting.

    Per Bug https://bugs.launchpad.net/openstack-ci/+bug/1024487, this will
    modify the rate-limiting setting for rsyslog.conf. If rate-limiting is
    being used the addition will set it to 0 otherwise the addition will
    add the variables to the configuration file and set them to 0.

    Implements: Variables "$SystemLogRateLimitBurst 0", and
    "$SystemLogRateLimitInterval 0" in "/etc/rsyslog.conf". These changes
    are persuent to what has been outlined in the rsyslog docs as found
    here : http://www.rsyslog.com/tag/SystemLogRateLimitInterval/

    Updated commit implements changes in code and placement post code
    review. Recent change implements the "SystemLogRateLimitBurst" in first
    if statement, which was "SystemLogRateLimitInterval" and wrong.

    Fixes: Bug 1024487
    Change-Id: I2637889cbe9e5e87bbfc0f1bb5047abae34d953c