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:
parent
110f8bea28
commit
f24a2c27c5
@ -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.
|
calls the heat-engine via AMQP RPC to implement them.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import eventlet
|
||||||
|
eventlet.monkey_patch(os=False)
|
||||||
|
|
||||||
import gettext
|
import gettext
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
Reference in New Issue
Block a user