From a82114f39bbe00ff60e6c071155966dd70166974 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Wed, 11 Jul 2012 12:42:58 +0200 Subject: [PATCH] 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 --- docs/GettingStarted.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.45.2