Tidy up README.rst

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-03-28 10:52:54 -07:00
parent 589eaa75e4
commit 98bf9b95dd
1 changed files with 7 additions and 6 deletions

View File

@ -2,14 +2,14 @@
HEAT HEAT
==== ====
This is the beginings of an OpenStack project that provides a programmable This is an OpenStack style project that provides a REST API to orchestrate
interface to orchestrate multiple cloud applications implementing well multiple cloud applications implementing well-known standards such as AWS
known standards such as CloudFormation and TOSCA. CloudFormation and TOSCA.
Currently we are focusing on CloudFormation but are watching the development Currently the developers are focusing on AWS CloudFormations but are watching
of the TOSCA specification. the development of the TOSCA specification.
Why heat? It makes the clouds raise and keeps them there. Why heat? It makes the clouds rise and keeps them there.
Quick Start Quick Start
----------- -----------
@ -35,6 +35,7 @@ shell2:
shell3: shell3:
heat create my_stack --template-url=https://raw.github.com/heat-api/heat/master/templates/WordPress_Single_Instance.template heat create my_stack --template-url=https://raw.github.com/heat-api/heat/master/templates/WordPress_Single_Instance.template
References References
---------- ----------
* http://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html * http://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html