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
003a3b978d
commit
53b9314799
@ -33,7 +33,7 @@ if os.path.exists(os.path.join(possible_topdir, 'heat', '__init__.py')):
|
||||
|
||||
from heat.openstack.common import gettextutils
|
||||
|
||||
gettextutils.install('heat', lazy=True)
|
||||
gettextutils.install('heat', lazy=False)
|
||||
|
||||
from oslo.config import cfg
|
||||
|
||||
|
@ -35,7 +35,7 @@ if os.path.exists(os.path.join(possible_topdir, 'heat', '__init__.py')):
|
||||
|
||||
from heat.openstack.common import gettextutils
|
||||
|
||||
gettextutils.install('heat', lazy=True)
|
||||
gettextutils.install('heat', lazy=False)
|
||||
|
||||
from oslo.config import cfg
|
||||
|
||||
|
@ -35,7 +35,7 @@ if os.path.exists(os.path.join(possible_topdir, 'heat', '__init__.py')):
|
||||
|
||||
from heat.openstack.common import gettextutils
|
||||
|
||||
gettextutils.install('heat', lazy=True)
|
||||
gettextutils.install('heat', lazy=False)
|
||||
|
||||
from oslo.config import cfg
|
||||
|
||||
|
@ -36,7 +36,7 @@ if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'heat', '__init__.py')):
|
||||
|
||||
from heat.openstack.common import gettextutils
|
||||
|
||||
gettextutils.install('heat', lazy=True)
|
||||
gettextutils.install('heat', lazy=False)
|
||||
|
||||
from oslo.config import cfg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user