~smoser/eucalyptus/euca2ools-1.0.fixes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
.TH EUCA-UPLOAD-BUNDLE "1" "February 2010" "euca-upload-bundle     euca-upload-bundle version: 1.0 (BSD)" "User Commands"
.SH NAME
euca-upload-bundle \- Eucalyptus tool: Upload a previously bundled image to the cloud.  
.SH DESCRIPTION
Upload a previously bundled image to the cloud.
.PP
euca\-upload\-bundle \fB\-b\fR, \fB\-\-bucket\fR bucket \fB\-m\fR, \fB\-\-manifest\fR manifest_path [\-a, \fB\-\-access\-key\fR access_key_id]
[\-s, \fB\-\-secret\-key\fR secret_key] [\-\-acl canned_acl] [\-\-ec2cert ec2cert_path] [\-d, \fB\-\-directory\fR bundle_path]
[\-\-part part] [\-\-url url] [\-\-skipmanifest] [\-\-debug] [\-h, \fB\-\-help]\fR [\-\-version]
.PP
REQUIRED PARAMETERS
.PP
\fB\-b\fR, \fB\-\-bucket\fR                    The name of the bucket to upload to. Bucket will be created if it does not exist.
.PP
\fB\-m\fR, \fB\-\-manifest\fR                  The path to the manifest file for the bundled image.
.PP
OPTIONAL PARAMETERS
.PP
\fB\-\-acl\fR                           Canned access control policy (defaults to "aws\-exec\-read").
.PP
\fB\-\-ec2cert\fR                       The path to the Cloud's X509 public key certificate.
.PP
\fB\-d\fR, \fB\-\-directory\fR                 The directory containing the bundled image to upload (defaults to the manifest directory).
.PP
\fB\-\-part\fR                          Uploads specified part and all subsequent parts.
.PP
\fB\-\-skipmanifest\fR                  Do not upload the manifest file.
.PP
\fB\-a\fR, \fB\-\-access\-key\fR                User's Access Key ID.
.PP
\fB\-s\fR, \fB\-\-secret\-key\fR                User's Secret Key.
.PP
\fB\-U\fR, \fB\-\-url\fR                       URL of the Cloud to connect to.
.PP
\fB\-\-config\fR                        Read credentials and cloud settings from the
.IP
specified config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
.PP
\fB\-h\fR, \fB\-\-help\fR                      Display this help message.
.PP
\fB\-\-version\fR                       Display the version of this tool.
.PP
\fB\-\-debug\fR                         Turn on debugging.
.PP
Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY, EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by default.