Eventlet monkey-patch heat-api-cfn
Tested by running bin/heat-cfn commands Change-Id: I158a0d8d9b545191001ecdabfa9f331cf937bf4e
This commit is contained in:
parent
c4e73f1f55
commit
110f8bea28
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user