From: Steven Dake Date: Thu, 29 Mar 2012 04:29:30 +0000 (-0700) Subject: Updated README with more precise setup directions X-Git-Tag: 2014.1~2132 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f1ddc407d3cf4b2898d38fcb1fae922aedfa022d;p=openstack-build%2Fheat-build.git Updated README with more precise setup directions Signed-off-by: Steven Dake --- diff --git a/README.rst b/README.rst index e706d77e..ca8178d5 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,12 @@ Install Heat by running:: sudo python setup.py install +Setup Heat: + + source ~/.openstack/keystonerc + heat jeos_create F16 x86_64 + nova keypair-add --pub ~/.ssh/.id_rsa.pub my_key + try: shell1: @@ -34,7 +40,6 @@ shell2: shell3: - heat create_jeos F16 x86_64 heat create my_stack --template-url=https://raw.github.com/heat-api/heat/master/templates/WordPress_Single_Instance.template References