| Summary: | aeolus -h works.. --help does not | ||
|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | wes hayutin <whayutin> |
| Component: | rubygem-aeolus-cli | Assignee: | Martyn Taylor <mtaylor> |
| Status: | CLOSED ERRATA | QA Contact: | wes hayutin <whayutin> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0.0 | CC: | akarol, slinaber |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-15 19:51:58 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
commit 5ec8dc748ce1e0fc2f2821c7c3663bc445e57f7e
Author: Martyn Taylor <mtaylor>
Date: Tue Jan 10 11:06:53 2012 +0000
BZ#772274 Fixed --help Option
5ec8dc748ce1e0fc2f2821c7c3663bc445e57f7e in rubygem-aeolus-cli-0.3.0-2 sorry, I mean rubygem-aeolus-cli-0.3.0-3 aeolus-image --help works.
[root@hp-xw6400-01 ~]# aeolus image push --help
Usage: aeolus [image] [subcommand] [general options] [command options]
-h, --help Get usage information for this tool
URL with credentials to Conductor are set in ~/.aeolus-cli
Conductor URL should point to https://<host_where_conductor_runs>/conductor/api
Usage: aeolus-image push [command options]
Options:
-I, --image ID ID of the base image, can be used in build and push commands, see examples
-B, --build ID push all target images for a build, to same providers as previously
-t, --targetimages ID Retrieve the target images from a build
-A, --account NAME,NAME name of specific provider account to use for push
Examples:
aeolus-image push --account ec2-account,ec2-account2 --targetimage $target_image_id # Push target images to each of the specified account
aeolus-image push --account ec2-account,rhevm-account --build $build_id # Push target images attached to a particular build to each of the specified accounts
aeolus-image push --account ec2-account,rhevm-account --image $image_id # Push target images attached to a particular image to each of the specified accounts
[root@hp-xw6400-01 ~]# rpm -qa | grep aeolus
aeolus-conductor-doc-0.8.0-5.el6.noarch
rubygem-aeolus-image-0.3.0-2.el6.noarch
rubygem-aeolus-cli-0.3.0-3.el6.noarch
aeolus-all-0.8.0-5.el6.noarch
aeolus-conductor-0.8.0-5.el6.noarch
aeolus-configure-2.5.0-3.el6.noarch
aeolus-conductor-daemons-0.8.0-5.el6.noarch
removing verified on-qa from tracker Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2012-0591.html |
Description of problem: rubygem-aeolus-cli-0.4.0-0.20120105171410git2c6b457.el6.noarch [root@qeblade31 ~]# aeolus image push -h Usage: aeolus-image push [command options] Options: -I, --image ID ID of the base image, can be used in build and push commands, see examples -B, --build ID push all target images for a build, to same providers as previously -t, --targetimages ID Retrieve the target images from a build -A, --account NAME,NAME name of specific provider account to use for push -h, --help Get usage information for this command Examples: aeolus-image push --account ec2-account,ec2-account2 --targetimage $target_image_id # Push target images to each of the specified account aeolus-image push --account ec2-account,rhevm-account --build $build_id # Push target images attached to a particular build to each of the specified accounts aeolus-image push --account ec2-account,rhevm-account --image $image_id # Push target images attached to a particular image to each of the specified accounts [root@qeblade31 ~]# aeolus image push --help Usage: aeolus [image] [subcommand] [general options] [command options] -h, --help Get usage information for this tool URL with credentials to Conductor are set in ~/.aeolus-cli Conductor URL should point to https://<host_where_conductor_runs>/conductor/api Error: You must specifcy an account to push to