Update Getting started to match change to heat-jeos

heat-jeos list will no longer list jeos in the image name.  As a result,
we can't specify "-jeos" in the getting started guide.

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-08-14 09:07:44 -07:00
parent ff96719404
commit 08836e3249
1 changed files with 3 additions and 3 deletions

View File

@ -147,9 +147,9 @@ This is for Heat to associate with the virtual machines.
nova keypair-add --pub_key ~/.ssh/id_rsa.pub ${USER}_key
Download and install heat_jeos via git
Download and install heat-jeos via git
--------------------------------------
Download heat_jeos via git
Download heat-jeos via git
::
@ -162,7 +162,7 @@ Create a JEOS with heat_jeos tools
----------------------------------
::
sudo -E heat-jeos -y create F16-x86_64-cfntools-jeos --register-with-glance
sudo -E heat-jeos -y create F16-x86_64-cfntools --register-with-glance
Note: The ``-E`` option to ``sudo`` preserves the environment, specifically the keystone credentials, when ``heat-jeos`` is run as root.