Disable lazy gettext

This change disables lazy gettext functionality in Nova,
due to problems with character encoding and logging
detailed in bug 1225099.

It is part of a series of commits across all projects with
lazy gettext enabled.

Change-Id: Ia934a7df9386baf6ae8eb9ff48c24386c47ecd23
Partial-bug: 1225099
This commit is contained in:
Matt Odden 2013-10-01 09:20:04 +00:00
parent c81369c5d6
commit e355d47618
1 changed files with 0 additions and 3 deletions

View File

@ -32,6 +32,3 @@ os.environ['EVENTLET_NO_GREENDNS'] = 'yes'
import eventlet
eventlet.monkey_patch(os=False)
from nova.openstack.common import gettextutils
gettextutils.enable_lazy()