summaryrefslogtreecommitdiff
path: root/bin/heat-api-cfn
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2012-12-10 15:19:20 +1300
committerSteve Baker <sbaker@redhat.com>2012-12-11 10:20:41 +1300
commit110f8bea28aa4eca9e9dc2f1bd462e9ae6764fb0 (patch)
tree1590802664973f1024bdc63f7f7c4c0c52ec4659 /bin/heat-api-cfn
parentc4e73f1f559a79567e94435830bcc77ac34eca54 (diff)
downloadheat-110f8bea28aa4eca9e9dc2f1bd462e9ae6764fb0.tar.gz
Eventlet monkey-patch heat-api-cfn
Tested by running bin/heat-cfn commands Change-Id: I158a0d8d9b545191001ecdabfa9f331cf937bf4e
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