Eventlet monkey-patch heat-api-cfn

Tested by running bin/heat-cfn commands
Change-Id: I158a0d8d9b545191001ecdabfa9f331cf937bf4e
This commit is contained in:
Steve Baker 2012-12-10 15:19:20 +13:00
parent c4e73f1f55
commit 110f8bea28

View File

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