Comment 4 for bug 1209492

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

Reviewed: https://review.openstack.org/48155
Committed: http://github.com/openstack/heat/commit/32260776443fd5d6cbb8dd2af3fd4c2fea2c1a6d
Submitter: Jenkins
Branch: master

commit 32260776443fd5d6cbb8dd2af3fd4c2fea2c1a6d
Author: Clint Byrum <email address hidden>
Date: Tue Sep 24 15:25:32 2013 -0700

    Provide config option to cap events per stack

    Previously users could write to the events table infinitely. With this
    change Heat will automatically prune some events if the maximum is
    reached. The behavior can be disabled by setting max_events_per_stack to
    zero.

    Change-Id: I4fb2fefbd9bcd10ce1767ddf58a870206a6482a1
    Fixes-Bug: #1209492