Comment 2 for bug 1290261

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

Reviewed: https://review.openstack.org/77408
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b4ef81d6a018a3e6781bbfd5c9a2c73727645cc5
Submitter: Jenkins
Branch: master

commit b4ef81d6a018a3e6781bbfd5c9a2c73727645cc5
Author: Gary Kotton <email address hidden>
Date: Sun Mar 2 00:04:24 2014 -0800

    Add missing translation support

    Update a number of files to add missing translation support.

    The patch adds a new hacking check - N321. This ensures that
    all log messages, except debug ones, have translations.

    A '# noqa' indicates that the validation will not be done on
    the specific log message. This should be used in cases where
    the translations do not need to be done, for example, the log
    message is logging raw data.

    Closes-bug: #1290261
    Change-Id: Ib2ca0bfaaf432e15448c96619682c2cfd073fbbc