From: Tomas Sedovic Date: Wed, 11 Jul 2012 10:42:58 +0000 (+0200) Subject: Update JEOS example in Getting Started X-Git-Tag: 2014.1~1607^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a82114f39bbe00ff60e6c071155966dd70166974;p=openstack-build%2Fheat-build.git Update JEOS example in Getting Started 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 Change-Id: Ibd4e308fe6ef4d690b0408d59d8a9539a5c81f96 --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 66f832ef..ddb550db 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~