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
----------------------------------
::
- 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.
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
~~~~~~~~~~~~~~~~~~~~~~~~