~ubuntu-branches/ubuntu/maverick/euca2ools/maverick-updates

« back to all changes in this revision

Viewing changes to man/euca-modify-image-attribute.1

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2010-03-05 16:59:25 UTC
  • Revision ID: james.westby@ubuntu.com-20100305165925-40rmhda8swzojyva
Tags: 1.2-0ubuntu5
* Cherry pick fixes from upstream, up to bzr r265, fixes:
  - LP: #522398 - throw exceptions instead of sys.exit(1)
  - LP: #522396 - fix version string
  - LP: #523332 - check rsync return code
  - LP: #516738 - upstream fix for image store
  - LP: #525137 - don't sys.exit(1)
  - LP: #526697 - merge upstream fix for this one
  - LP: #531076 - fix euca-describe-instances against one instance
  - LP: #526591 - fix config file parsing

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.37.1.
2
 
.TH EUCA-MODIFY-IMAGE-ATTRIBUTE "1" "February 2010" "euca-modify-image-attribute     euca-modify-image-attribute version: 1.0 (BSD)" "User Commands"
 
2
.TH EUCA-MODIFY-IMAGE-ATTRIBUTE "1" "March 2010" "euca-modify-image-attribute     Version: 1.2 (BSD)" "User Commands"
3
3
.SH NAME
4
4
euca-modify-image-attribute \- Eucalyptus tool: Modify attributes for an image.  
5
5
.SH DESCRIPTION
41
41
\fB\-\-debug\fR                         Turn on debugging.
42
42
.PP
43
43
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.
 
44
.PP
 
45
image_id must be specified
 
46
.PP
 
47
Modify attributes for an image.
 
48
.PP
 
49
euca\-modify\-image\-attribute [\-l, \fB\-\-launch\-permission]\fR [\-p, \fB\-\-product\-code]\fR
 
50
[\-a, \fB\-\-add\fR entity ] [\-r, \fB\-\-remove\fR entity]
 
51
[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] image_id
 
52
.PP
 
53
REQUIRED PARAMETERS
 
54
.PP
 
55
        
 
56
image_id                        Unique identifier for the image that you want to modify the attributes for.
 
57
.PP
 
58
OPTIONAL PARAMETERS
 
59
.PP
 
60
\fB\-l\fR, \fB\-\-launch\-permission\fR         Show launch permissions.
 
61
.PP
 
62
\fB\-p\fR, \fB\-\-product\-code\fR              Show the product codes associated with the image
 
63
.PP
 
64
\fB\-a\fR, \fB\-add\fR                        Entity (typically, user id) to add.
 
65
.PP
 
66
\fB\-r\fR, \fB\-\-remove\fR                    Entity (typically, user id) to remove.
 
67
.PP
 
68
\fB\-A\fR, \fB\-\-access\-key\fR                User's Access Key ID.
 
69
.PP
 
70
\fB\-S\fR, \fB\-\-secret\-key\fR                User's Secret Key.
 
71
.PP
 
72
\fB\-U\fR, \fB\-\-url\fR                       URL of the Cloud to connect to.
 
73
.PP
 
74
\fB\-\-config\fR                        Read credentials and cloud settings from the
 
75
.IP
 
76
specified config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
 
77
.PP
 
78
\fB\-h\fR, \fB\-\-help\fR                      Display this help message.
 
79
.PP
 
80
\fB\-\-version\fR                       Display the version of this tool.
 
81
.PP
 
82
\fB\-\-debug\fR                         Turn on debugging.
 
83
.PP
 
84
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.