Comment 3 for bug 1280826

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

Reviewed: https://review.openstack.org/73873
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=e839886cc19982d351f0ef0888188b92f187e2fc
Submitter: Jenkins
Branch: master

commit e839886cc19982d351f0ef0888188b92f187e2fc
Author: James Carey <email address hidden>
Date: Sun Feb 16 16:23:48 2014 +0000

    Config generator fails with lazy messages

    Entry points from modules loaded from projects may have help text
    that is i18n lazy enabled, which causes a failure because
    gettextutils.Message (a subclass of six.text_type) explicitly
    does not support concatenation. Change from using concatenation
    to using format (%) to allow six.text_type to do the right thing.

    Change-Id: Ie60c569ae6fe227e16eef4a3281cf042732addc3
    Closes-Bug: #1280826