Comment 2 for bug 1408032

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

Reviewed: https://review.openstack.org/145280
Committed: https://git.openstack.org/cgit/openstack/oslo.config/commit/?id=ea815b3304c8561d06c203381f07a8d954d353a5
Submitter: Jenkins
Branch: master

commit ea815b3304c8561d06c203381f07a8d954d353a5
Author: Davanum Srinivas <email address hidden>
Date: Tue Jan 6 12:33:42 2015 -0500

    Support i18n messages in config generator

    if opt.help is i18n'ed then we land up in trouble since
    Message objects do not support addition and a TypeError
    gets thrown. So we just use a better way to construct
    the string to avoid the TypeError.

    Closes-Bug: #1408032
    Change-Id: If1feb65c6467f1c8176369f49d128c172c569c66