diff options
author | Steve Baker <sbaker@redhat.com> | 2012-12-10 15:19:20 +1300 |
---|---|---|
committer | Steve Baker <sbaker@redhat.com> | 2012-12-11 10:20:41 +1300 |
commit | 110f8bea28aa4eca9e9dc2f1bd462e9ae6764fb0 (patch) | |
tree | 1590802664973f1024bdc63f7f7c4c0c52ec4659 /bin/heat-api-cfn | |
parent | c4e73f1f559a79567e94435830bcc77ac34eca54 (diff) | |
download | heat-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-x | bin/heat-api-cfn | 3 |
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 |