]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Eventlet monkey-patch heat-api-cloudwatch.
authorSteve Baker <sbaker@redhat.com>
Mon, 10 Dec 2012 02:19:53 +0000 (15:19 +1300)
committerSteve Baker <sbaker@redhat.com>
Mon, 10 Dec 2012 21:20:41 +0000 (10:20 +1300)
Tested by getting responses from cloudwatch, but not with a full
end-to-end cloudwatch validation
Change-Id: I2d81adc8e63b9be7dec02083509ab706ae0c5a7f

bin/heat-api-cloudwatch

index 7c88518b2b9e2316965a5fd6c7783feb9bf6f299..2437abe8313490ae35dd0c19b1ce8d47ef432bff 100755 (executable)
@@ -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