Disable lazy translation

Late in the Havana cycle bug 1225099 was found in the lazy
translation code, and to be safe it was decided to disable lazy
translation for Havana. This change does that.

Change-Id: Ia934a7df9386baf6ae8eb9ff48c24386c47ecd23
Partial-bug: 1225099
This commit is contained in:
Ben Nemec 2013-10-01 23:15:23 +00:00
parent b94a602528
commit 76e7542f0f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ from neutron.common import config
from neutron import service
from neutron.openstack.common import gettextutils
gettextutils.install('neutron', lazy=True)
gettextutils.install('neutron', lazy=False)
def main():