]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Update heat-api docstring
authorTomas Sedovic <tomas@sedovic.cz>
Fri, 27 Apr 2012 13:25:50 +0000 (15:25 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Fri, 27 Apr 2012 13:25:50 +0000 (15:25 +0200)
bin/heat-api

index a581b4cbcf9d6ce71df2c537527a5719f9161a81..998b24a2d5bf9829e4e32dcf266c04e41f8bac15 100755 (executable)
@@ -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