From f24a2c27c59b78b3c7f5fded9f73e15b6e607fe9 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 10 Dec 2012 15:19:53 +1300 Subject: [PATCH] Eventlet monkey-patch heat-api-cloudwatch. Tested by getting responses from cloudwatch, but not with a full end-to-end cloudwatch validation Change-Id: I2d81adc8e63b9be7dec02083509ab706ae0c5a7f --- bin/heat-api-cloudwatch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/heat-api-cloudwatch b/bin/heat-api-cloudwatch index 7c88518b2b..2437abe831 100755 --- a/bin/heat-api-cloudwatch +++ b/bin/heat-api-cloudwatch @@ -19,6 +19,9 @@ CloudWatch 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