From: Steve Baker Date: Mon, 10 Dec 2012 02:19:20 +0000 (+1300) Subject: Eventlet monkey-patch heat-api-cfn X-Git-Tag: 2014.1~1097^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=110f8bea28aa4eca9e9dc2f1bd462e9ae6764fb0;p=openstack-build%2Fheat-build.git Eventlet monkey-patch heat-api-cfn Tested by running bin/heat-cfn commands Change-Id: I158a0d8d9b545191001ecdabfa9f331cf937bf4e --- diff --git a/bin/heat-api-cfn b/bin/heat-api-cfn index 4535c45a..58ef0371 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