summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/heat-api-cloudwatch3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/heat-api-cloudwatch b/bin/heat-api-cloudwatch
index 7c88518b2..2437abe83 100755
--- a/bin/heat-api-cloudwatch
+++ b/bin/heat-api-cloudwatch
@@ -19,6 +19,9 @@ CloudWatch API and translates it into a native representation. It then
calls the heat-engine via AMQP RPC to implement them.
"""
+import eventlet
+eventlet.monkey_patch(os=False)
+
import gettext
import os
import sys