]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Update JEOS example in Getting Started
authorTomas Sedovic <tomas@sedovic.cz>
Wed, 11 Jul 2012 10:42:58 +0000 (12:42 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Wed, 11 Jul 2012 10:44:34 +0000 (12:44 +0200)
The heat-jeos usability branch has merged into master and the command
syntax for building new images is now a bit different.

Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
Change-Id: Ibd4e308fe6ef4d690b0408d59d8a9539a5c81f96

docs/GettingStarted.rst

index 66f832efda0be405ea242ade26d70f27005bfe52..ddb550db065c5f07187ff53c3a06d4dde0e13ff2 100644 (file)
@@ -155,7 +155,7 @@ Create a JEOS with heat_jeos tools
 ----------------------------------
 ::
 
-    sudo -E heat-jeos -y create F16 x86_64 cfntools
+    sudo -E heat-jeos -y create F16-x86_64-cfntools-jeos --register-with-glance
 
 Note: The ``-E`` option to ``sudo`` preserves the environment, specifically the keystone credentials, when ``heat-jeos`` is run as root.
 
@@ -163,6 +163,8 @@ Note: ``heat-jeos`` must be run as root in order to create the cfntools disk ima
 
 Note: If you want to enable debugging output from Oz, add '``-d``' (debugging) to the ``heat-jeos`` command.
 
+You can run ``heat-jeos list`` to pick a different JEOS image.
+
 Verify JEOS registration
 ~~~~~~~~~~~~~~~~~~~~~~~~