From 3e131a2aa896c47dd88038a575b5346ccde8fc9a Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Tue, 7 Jan 2014 12:41:35 +0200 Subject: [PATCH] Update snf-mkimage man page Add missing input options --- docs/man/snf-mkimage.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/man/snf-mkimage.rst b/docs/man/snf-mkimage.rst index c21b89b..1a8306e 100644 --- a/docs/man/snf-mkimage.rst +++ b/docs/man/snf-mkimage.rst @@ -19,6 +19,9 @@ Options -a URL, --authentication-url=URL use this authentication URL when uploading/registering images +--allow-unsupported + Proceed with the image creation even if the media is not supported + -c CLOUD, --cloud=CLOUD use this saved cloud account to authenticate against a cloud when uploading/registering images @@ -54,12 +57,18 @@ Options print the enabled and disabled system preparation operations for this input media +--print-sysprep-params + print the needed sysprep parameters for this input media + -r IMAGENAME, --register=IMAGENAME register the image with the compute service with name IMAGENAME -s, --silent output only errors +--sysprep-param=SYSPREP_PARAMS + add KEY=VALUE system preparation parameter + -t TOKEN, --token=TOKEN use this token when uploading/registering images -- GitLab