Comment 5 for bug 1367676

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/juno)

Reviewed: https://review.openstack.org/140067
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=08bf23170e94c0ad2947bee81051b5d1e57f8da5
Submitter: Jenkins
Branch: stable/juno

commit 08bf23170e94c0ad2947bee81051b5d1e57f8da5
Author: Bob Callaway <email address hidden>
Date: Fri Jun 20 07:31:29 2014 -0400

    Fix NetApp AutoSupport Shortcomings.

    This patch addresses several problems with the current implementation.

    1. Appending a record to EMS should not in itself trigger ASUP
    delivery. These should be separately scheduled and Openstack cinder
    should have no role in ASUP scheduling or delivery, only a role in
    logging via EMS.

    2. Log frequency should be adjusted from weekly to hourly.

    3. The log message should be useful for support. It should include
    release (Havana, Icehouse, Juno, etc.) version (2014.1.1), and
    distribution information (RHEL-OSP, etc.) rather than simply noting that
    the message came from "Openstack."

    Closes-Bug: 1367676
    Change-Id: I2f81fed18342fe384e3c61184948f1e4052765d5
    (cherry picked from commit b3be30b14ce3f31af8a5f23542246ca8d0c4da8c)