summaryrefslogtreecommitdiff
path: root/bin/heat-api-cfn
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heat-api-cfn')
-rwxr-xr-xbin/heat-api-cfn3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/heat-api-cfn b/bin/heat-api-cfn
index 4535c45a6..58ef03718 100755
--- a/bin/heat-api-cfn
+++ b/bin/heat-api-cfn
@@ -19,6 +19,9 @@ CloudFormation 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