]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Eventlet monkey-patch heat-api-cfn
authorSteve Baker <sbaker@redhat.com>
Mon, 10 Dec 2012 02:19:20 +0000 (15:19 +1300)
committerSteve Baker <sbaker@redhat.com>
Mon, 10 Dec 2012 21:20:41 +0000 (10:20 +1300)
Tested by running bin/heat-cfn commands
Change-Id: I158a0d8d9b545191001ecdabfa9f331cf937bf4e

bin/heat-api-cfn

index 4535c45a6e93518f35dd92f1b413e17c8477a085..58ef037182c3491051ce0e833d7302338d6c5783 100755 (executable)
@@ -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