summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteven Dake <sdake@redhat.com>2012-03-28 21:29:30 -0700
committerSteven Dake <sdake@redhat.com>2012-03-28 21:29:30 -0700
commitf1ddc407d3cf4b2898d38fcb1fae922aedfa022d (patch)
treef7cdf7e2a3bd2f6caa93f0944d9056aff09b33ce /README.rst
parent61b54e7b7c2bce91ae66b1267ed780ce4d62dbbc (diff)
downloadheat-cfntools-f1ddc407d3cf4b2898d38fcb1fae922aedfa022d.tar.gz
Updated README with more precise setup directions
Signed-off-by: Steven Dake <sdake@redhat.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e706d77..ca8178d 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