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 21:39:07 +00:00
parent 003a3b978d
commit 53b9314799
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ if os.path.exists(os.path.join(possible_topdir, 'heat', '__init__.py')):
from heat.openstack.common import gettextutils from heat.openstack.common import gettextutils
gettextutils.install('heat', lazy=True) gettextutils.install('heat', lazy=False)
from oslo.config import cfg from oslo.config import cfg

View File

@ -35,7 +35,7 @@ if os.path.exists(os.path.join(possible_topdir, 'heat', '__init__.py')):
from heat.openstack.common import gettextutils from heat.openstack.common import gettextutils
gettextutils.install('heat', lazy=True) gettextutils.install('heat', lazy=False)
from oslo.config import cfg from oslo.config import cfg

View File

@ -35,7 +35,7 @@ if os.path.exists(os.path.join(possible_topdir, 'heat', '__init__.py')):
from heat.openstack.common import gettextutils from heat.openstack.common import gettextutils
gettextutils.install('heat', lazy=True) gettextutils.install('heat', lazy=False)
from oslo.config import cfg from oslo.config import cfg

View File

@ -36,7 +36,7 @@ if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'heat', '__init__.py')):
from heat.openstack.common import gettextutils from heat.openstack.common import gettextutils
gettextutils.install('heat', lazy=True) gettextutils.install('heat', lazy=False)
from oslo.config import cfg from oslo.config import cfg