From 22c2dde2ac808c997150941440156b52fc8d328b Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 5 Apr 2012 11:42:36 -0700 Subject: [PATCH] Add documentation for heat jeos_create function Partially Fixes issue #58 Signed-off-by: Steven Dake --- bin/heat | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bin/heat b/bin/heat index b5e4dc36da..83b4e00872 100755 --- a/bin/heat +++ b/bin/heat @@ -214,6 +214,17 @@ def stack_list(options, arguments): @catch_error('jeos_create') def jeos_create(options, arguments): ''' + The jeos_create option must be run as root. This command takes three + arguments that are popped from the arguments parameter. + arg0 -> Distribution such as 'F16', 'F17', 'U10', 'D6' + arg1 -> Architecture such as 'i386' 'i686' or 'x86_64' + arg2 -> Image type such as 'gold' or 'cftools' + + gold is a basic gold JEOS + cftools contains the cfntools helper scripts + + The command must be run as root in order for libvirt to have permissions + to create virtual machines and read the raw DVDs. ''' global jeos_path