Re-enable lazy translation

After enhancements to Oslo Message class, re-enable lazy translation to
enable REST API responses to be translated to the requested user locale.

bp i18n-messages

Change-Id: I80272fb0d063a78882611b3044c920e28cc57d6b
This commit is contained in:
Luis A. Garcia 2014-01-15 23:20:51 +00:00
parent 13dc283bf5
commit 5c36028a8c

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=False)
gettextutils.install('neutron', lazy=True)
def main():