Updated README with more precise setup directions

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-03-28 21:29:30 -07:00
parent 61b54e7b7c
commit f1ddc407d3
1 changed files with 6 additions and 1 deletions

View File

@ -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