Comment 2 for bug 885529

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/1429
Committed: http://github.com/openstack/glance/commit/8f122d954bb35d18f0afb38aa2822cd1741f05f0
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 8f122d954bb35d18f0afb38aa2822cd1741f05f0
Author: Mike Lundy <email address hidden>
Date: Tue Nov 8 10:57:27 2011 -0800

    load gettext in __init__ to fix '_ is not defined'

    gettext.install needs to be run on every potential entrypoint; this
    resolves bug #885529 (the python standard library includes a noop
    gettext library for this purpose). This is also how nova does it.

    Change-Id: I4ceaa4782461ebf6d27836336f288d79ba15cf2d