~ubuntu-branches/ubuntu/precise/euca2ools/precise-proposed

« back to all changes in this revision

Viewing changes to man/euca-create-image.1

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2011-08-15 11:16:29 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110815111629-3u49jvtwabwozpb7
Tags: 2.0.0~bzr464-0ubuntu1
* new upstream snapshot of bzr revno 464. (LP: #826022)
* Note, previous upload was incorrectly named 'bzr451'.  It should have
  been named bzr461 as it was a snapshot of revision 461.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
 
2
.TH EUCA-CREATE-IMAGE "1" "July 2011" "euca-create-image         Version: 2.0 (BSD)" "User Commands"
 
3
.SH NAME
 
4
euca-create-image \- Eucalyptus tool:   
 
5
.SH DESCRIPTION
 
6
Creates an AMI from an EBS\-based instance
 
7
.PP
 
8
euca\-create\-image  \fB\-n\fR, \fB\-\-name\fR <name> [\-a, \fB\-\-access\-key\fR <access_key> ][\-s,
 
9
.IP
 
10
\fB\-\-secret\-key\fR <secret_key> ][\-\-config <config_path>
 
11
][\-\-debug][\-\-debugger][\-h, \fB\-\-help][\-\-region\fR <region_name>
 
12
][\-U, \fB\-\-url\fR <url> ][\-\-version][\-\-euca\-auth][\-d, \fB\-\-description\fR
 
13
<description> ][\-\-no\-reboot] instance_id
 
14
.PP
 
15
REQUIRED PARAMETERS
 
16
.TP
 
17
\fB\-n\fR,\-\-name
 
18
Name for the new image you are creating
 
19
.TP
 
20
instance_id
 
21
ID of the instance
 
22
.PP
 
23
OPTIONAL PARAMETERS
 
24
.TP
 
25
\fB\-a\fR,\-\-access\-key
 
26
User's Access Key ID.
 
27
.TP
 
28
\fB\-s\fR,\-\-secret\-key
 
29
User's Secret Key.
 
30
.TP
 
31
\fB\-\-config\fR
 
32
Read credentials and cloud settings
 
33
from the specified config file (defaults to
 
34
$HOME/.eucarc or /etc/euca2ools/eucarc).
 
35
.TP
 
36
\fB\-\-debug\fR
 
37
Turn on debugging output.
 
38
.TP
 
39
\fB\-\-debugger\fR
 
40
Enable interactive debugger on error
 
41
.TP
 
42
\fB\-h\fR,\-\-help
 
43
Display this help message.
 
44
.TP
 
45
\fB\-\-region\fR
 
46
region to direct requests to
 
47
.TP
 
48
\fB\-U\fR,\-\-url
 
49
URL of the Cloud to connect to.
 
50
.TP
 
51
\fB\-\-version\fR
 
52
Display the version of this tool.
 
53
.TP
 
54
\fB\-\-euca\-auth\fR
 
55
Use NC authentication mode
 
56
.TP
 
57
\fB\-d\fR,\-\-description
 
58
A description of the new image
 
59
.TP
 
60
\fB\-\-no\-reboot\fR
 
61
When set to true, the instance is not shut
 
62
down before creating the image. When this
 
63
option is used, file system integrity on
 
64
the created image cannot be guaranteed