Update heat-api docstring

This commit is contained in:
Tomas Sedovic 2012-04-27 15:25:50 +02:00
parent 524d214b84
commit 669f312c9a

View File

@ -16,7 +16,7 @@
"""
Heat API Server. This implements an approximation of the Amazon
CloudFormation API and translates it into a native representation. It then
calls the heat-engine via REST to implement them.
calls the heat-engine via AMQP RPC to implement them.
"""
import gettext