Bug 805603

Summary: Could not find options for list, run `./aeolus-image list --help` for usage instructions
Product: [Retired] CloudForms Cloud Engine Reporter: wes hayutin <whayutin>
Component: rubygem-aeolus-cliAssignee: Maros Zatko <mzatko>
Status: CLOSED CURRENTRELEASE QA Contact: Dave Johnson <dajohnso>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 1.0.0CC: cpelland, morazi
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-12-13 19:48:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description wes hayutin 2012-03-21 16:39:59 UTC
Description of problem:


remove the ./ from the help

aeolus should be in the path.. :)

[root@qeblade30 nodes]# rpm -qa | grep aeolus
aeolus-all-0.8.3-1.el6.noarch
aeolus-conductor-0.8.3-1.el6.noarch
rubygem-aeolus-image-0.3.0-12.el6.noarch
rubygem-aeolus-cli-0.3.1-1.el6.noarch
aeolus-configure-2.5.2-1.el6.noarch
aeolus-conductor-daemons-0.8.3-1.el6.noarch
aeolus-conductor-doc-0.8.3-1.el6.noarch

Comment 2 Maros Zatko 2012-07-18 16:41:25 UTC
This appears to be fixed in latest release.
Please confirm.

Comment 4 Dave Johnson 2012-09-17 19:29:25 UTC
good 2 go in the CFCE v1.1 2012-09-14.5 puddle


[root@hp-bl685cg6-01 ~]# aeolus-image list --help
Usage: aeolus-image list [command options]
    -i, --images                     Retrieve a list of images
    -E, --environment ENVIRONMENT    Limit image list to environment
    -b, --builds ID                  Retrieve the builds of an image
    -t, --targetimages ID            Retrieve the target images from a build
    -P, --providerimages ID          Retrieve the provider images from a target image
    -g, --targets                    Retrieve the values available for the --target parameter
    -p, --providers                  Retrieve the values available for the --provider parameter
    -a, --accounts                   Retrieve the values available for the --account parameter
    -c, --environments               Retrieve the values available for the --environment parameter
    -h, --help                       Get usage information for this command

Examples:
aeolus-image list --images                     # list available images
aeolus-image list --images --environment $env   # list available images for an environment
aeolus-image list --builds $image_id           # list the builds of an image
aeolus-image list --targetimages $build_id     # list the target images from a build
aeolus-image list --providerimages $target_id  # list the provider images from a target image
aeolus-image list --targets                    # list the values available for the --target parameter
aeolus-image list --providers                  # list the values available for the --provider parameter
aeolus-image list --accounts                   # list the values available for the --account parameter

N.B. Aeolus Credentials should be defined in the configuration file ~/.aeolus-cli
You have mail in /var/spool/mail/root
[root@hp-bl685cg6-01 ~]# rpm -qa | grep aeolus | sort
aeolus-all-0.13.7-1.el6cf.noarch
aeolus-conductor-0.13.7-1.el6cf.noarch
aeolus-conductor-daemons-0.13.7-1.el6cf.noarch
aeolus-conductor-doc-0.13.7-1.el6cf.noarch
aeolus-configure-2.8.6-1.el6cf.noarch
rubygem-aeolus-cli-0.7.1-1.el6cf.noarch
rubygem-aeolus-image-0.3.0-12.el6.noarch
[root@hp-bl685cg6-01 ~]#