From 110f8bea28aa4eca9e9dc2f1bd462e9ae6764fb0 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 10 Dec 2012 15:19:20 +1300 Subject: [PATCH] Eventlet monkey-patch heat-api-cfn Tested by running bin/heat-cfn commands Change-Id: I158a0d8d9b545191001ecdabfa9f331cf937bf4e --- bin/heat-api-cfn | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2