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
This commit is contained in:
Steve Baker 2012-12-10 15:19:53 +13:00
parent 110f8bea28
commit f24a2c27c5
1 changed files with 3 additions and 0 deletions

View File

@ -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