summaryrefslogtreecommitdiff
path: root/bin/heat-api-cloudwatch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heat-api-cloudwatch')
-rwxr-xr-xbin/heat-api-cloudwatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/heat-api-cloudwatch b/bin/heat-api-cloudwatch
index b01db22e4..9100e878e 100755
--- a/bin/heat-api-cloudwatch
+++ b/bin/heat-api-cloudwatch
@@ -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