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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH EUCA-MODIFY-IMAGE-ATTRIBUTE "1" "January 2010" "euca-modify-image-attribute euca-modify-image-attribute version: 1.0 (BSD)" "User Commands"
.SH NAME
euca-modify-image-attribute \- Eucalyptus tool: Modify attributes for an image.
.SH DESCRIPTION
Modify attributes for an image.
.PP
euca\-modify\-image\-attribute [\-l, \fB\-\-launch\-permission]\fR [\-p, \fB\-\-product\-code]\fR
[\-a, \fB\-\-add\fR entity ] [\-r, \fB\-\-remove\fR entity]
[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] image_id
.PP
REQUIRED PARAMETERS
.PP
image_id Unique identifier for the image that you want to modify the attributes for.
.PP
OPTIONAL PARAMETERS
.PP
\fB\-l\fR, \fB\-\-launch\-permission\fR Show launch permissions.
.PP
\fB\-p\fR, \fB\-\-product\-code\fR Show the product codes associated with the image
.PP
\fB\-a\fR, \fB\-add\fR Entity (typically, user id) to add.
.PP
\fB\-r\fR, \fB\-\-remove\fR Entity (typically, user id) to remove.
.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.
|