Bug 714276 - aeolus-image list --builds $image_id has an error
Summary: aeolus-image list --builds $image_id has an error
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: rubygem-aeolus-image
Version: 0.3.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: Jason Guiditta
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-17 18:50 UTC by wes hayutin
Modified: 2012-01-26 12:19 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-12-08 13:47:29 UTC


Attachments (Terms of Use)

Description wes hayutin 2011-06-17 18:50:19 UTC
[root@sgi-xe310-02 ~]# aeolus-image list --images
uuid: 69670585-8123-47c3-a29d-3ff02f6c8b42
[root@sgi-xe310-02 ~]# aeolus-image list --builds 69670585-8123-47c3-a29d-3ff02f6c8b42
/usr/lib/ruby/gems/1.8/gems/aeolus-cli-0.0.1/lib/config_parser.rb:185:in `send': undefined method `builds' for #<Aeolus::Image::ListCommand:0x7fb9c4a7da20> (NoMethodError)
	from /usr/lib/ruby/gems/1.8/gems/aeolus-cli-0.0.1/lib/config_parser.rb:185:in `list'
	from /usr/lib/ruby/gems/1.8/gems/aeolus-cli-0.0.1/lib/config_parser.rb:30:in `send'
	from /usr/lib/ruby/gems/1.8/gems/aeolus-cli-0.0.1/lib/config_parser.rb:30:in `process'
	from /usr/lib/ruby/gems/1.8/gems/aeolus-cli-0.0.1/bin/aeolus-image:6
	from /usr/bin/aeolus-image:19:in `load'
	from /usr/bin/aeolus-image:19
[root@sgi-xe310-02 ~]# curl -k http://localhost:9090/builds
<objects>
	<object>
		<bucket>builds</bucket>
		<key>aa7efb8a-4420-4669-ac10-a4167a114d78</key>
	</object>
</objects>
[root@sgi-xe310-02 ~]# 

[root@sgi-xe310-02 ~]# curl -k http://localhost:9090
<api service="image_warehouse" version="0.96.1-9e86">

Comment 1 Jason Guiditta 2011-06-20 13:23:02 UTC
This option is not yet implemented.  I'll make sure martyn or I update this to give more useful feedback during our cleanup spirnt

Comment 2 Jason Guiditta 2011-06-29 14:49:42 UTC
commit 2f59d5da5541b944387305f444267be5eb677f70
Author: Jason Guiditta <jguiditt>
Date:   Wed Jun 22 14:07:12 2011 -0400

    BZ #714276: aeolus-image list --builds $image_id has an error
    
    https://bugzilla.redhat.com/show_bug.cgi?id=714276
    
    This patch adds nicer feedback to the user,for unimplemented
    list commands.

Comment 3 wes hayutin 2011-07-08 20:56:52 UTC
[root@hp-xw6600-02 ~]# aeolus-image list --images
UUID                                     NAME                  OS         OS VERSION     ARCH       DESCRIPTION                        
95deba05-f680-485e-95dd-6a58bdb45ef1     fedora14_postgres     Fedora     14             x86_64     Fedora 14 x86_64 with postgres     
[root@hp-xw6600-02 ~]# aeolus-image list --builds
Warning, missing argument: --builds
[root@hp-xw6600-02 ~]# aeolus-image list --builds 95deba05-f680-485e-95dd-6a58bdb45ef1
b8830a0e-0428-41d1-87a6-67149da24412
[root@hp-xw6600-02 ~]#

Comment 4 wes hayutin 2011-07-11 00:30:15 UTC
removing from tracker

Comment 5 wes hayutin 2011-08-01 19:53:32 UTC
release pending...

Comment 6 wes hayutin 2011-08-01 19:55:41 UTC
release pending...

Comment 8 wes hayutin 2011-12-08 13:47:29 UTC
perm close


Note You need to log in before you can comment on or make changes to this bug.