summaryrefslogtreecommitdiff
path: root/bin/heat-api-cloudwatch
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2012-12-10 15:19:53 +1300
committerSteve Baker <sbaker@redhat.com>2012-12-11 10:20:41 +1300
commitf24a2c27c59b78b3c7f5fded9f73e15b6e607fe9 (patch)
tree74170d4a6dd052639ce565148d3c4647e1e4276e /bin/heat-api-cloudwatch
parent110f8bea28aa4eca9e9dc2f1bd462e9ae6764fb0 (diff)
downloadheat-f24a2c27c59b78b3c7f5fded9f73e15b6e607fe9.tar.gz
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
Diffstat (limited to 'bin/heat-api-cloudwatch')
-rwxr-xr-xbin/heat-api-cloudwatch3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/heat-api-cloudwatch b/bin/heat-api-cloudwatch
index 7c88518b2..2437abe83 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