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:
parent
b94a602528
commit
76e7542f0f
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user