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

« back to all changes in this revision

Viewing changes to .pc/debian-changes-2.0.0~bzr464-0ubuntu1/man/euca-register.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-REGISTER "1" "July 2011" "euca-register         Version: 2.0 (BSD)" "User Commands"
 
3
.SH NAME
 
4
euca-register \- Eucalyptus tool:   
 
5
.SH DESCRIPTION
 
6
Registers a manifest for use with the cloud.
 
7
.PP
 
8
euca\-register  [\-A, \fB\-\-access\-key\fR <access_key> ][\-A, \fB\-\-secret\-key\fR <secret_key>
 
9
.IP
 
10
][\-\-config <config_path> ][\-\-debug][\-\-debugger][\-h,
 
11
\fB\-\-help][\-\-region\fR <region_name> ][\-U, \fB\-\-url\fR <url> ][\-\-version
 
12
][\-\-euca\-auth][\-b, \fB\-\-block\-device\-mapping\fR <block_device_mapping>
 
13
][\-d, \fB\-\-description\fR <description> ][\-n, \fB\-\-name\fR <name> ][\-a,
 
14
\fB\-\-architecture\fR <architecture> ][\-\-kernel <kernel> ][\-\-ramdisk
 
15
<ramdisk> ][\-\-root\-device\-name <root_device_name> ][\-s,
 
16
\fB\-\-snapshot\fR <snapshot> ] [ image_location ]
 
17
.PP
 
18
OPTIONAL PARAMETERS
 
19
.TP
 
20
\fB\-A\fR,\-\-access\-key
 
21
User's Access Key ID.
 
22
.TP
 
23
\fB\-A\fR,\-\-secret\-key
 
24
User's Secret Key.
 
25
.TP
 
26
\fB\-\-config\fR
 
27
Read credentials and cloud settings
 
28
from the specified config file (defaults to
 
29
$HOME/.eucarc or /etc/euca2ools/eucarc).
 
30
.TP
 
31
\fB\-\-debug\fR
 
32
Turn on debugging output.
 
33
.TP
 
34
\fB\-\-debugger\fR
 
35
Enable interactive debugger on error
 
36
.TP
 
37
\fB\-h\fR,\-\-help
 
38
Display this help message.
 
39
.TP
 
40
\fB\-\-region\fR
 
41
region to direct requests to
 
42
.TP
 
43
\fB\-U\fR,\-\-url
 
44
URL of the Cloud to connect to.
 
45
.TP
 
46
\fB\-\-version\fR
 
47
Display the version of this tool.
 
48
.TP
 
49
\fB\-\-euca\-auth\fR
 
50
Use NC authentication mode
 
51
.TP
 
52
\fB\-b\fR,\-\-block\-device\-mapping
 
53
Block device mapping for the instance(s).
 
54
Option may be used multiple times.
 
55
.TP
 
56
\fB\-d\fR,\-\-description
 
57
Description of the image.
 
58
.TP
 
59
\fB\-n\fR,\-\-name
 
60
Name of the image.
 
61
.TP
 
62
\fB\-a\fR,\-\-architecture
 
63
The architecture of the image.
 
64
Valid values are: i386 | x86_64
 
65
.TP
 
66
\fB\-\-kernel\fR
 
67
The ID of the kernel associated with the
 
68
image.
 
69
.TP
 
70
\fB\-\-ramdisk\fR
 
71
The ID of the ramdisk associated with the
 
72
image.
 
73
.TP
 
74
\fB\-\-root\-device\-name\fR
 
75
The root device name (e.g., /dev/sda1, or
 
76
xvda).
 
77
.TP
 
78
\fB\-s\fR,\-\-snapshot
 
79
The snapshot ID to use as the root device.
 
80
.TP
 
81
image_location
 
82
Path to the uploaded image (bucket/manifest).
 
83
Required if registering an S3\-based image