Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Fedora 15
Description
Hai,
Can we use deltacloudc command to list all the images of ec2 as given for the mock?
deltacloudc images index -u http://mockuser:mockpassword@localhost:3001/api
I tried the above with ec2 access id and secret key. It results in InvalidURIError as given below.
/usr/lib/ruby/1.8/uri/generic.rb:195:in `initialize': the scheme http does not accept registry part: accessid:secret key of ec2 (or bad hostname?) (URI::InvalidURIError)
from /usr/lib/ruby/1.8/uri/http.rb:78:in `initialize'
from /usr/lib/ruby/1.8/uri/common.rb:488:in `new'
from /usr/lib/ruby/1.8/uri/common.rb:488:in `parse'
from /usr/lib/ruby/gems/1.8/gems/deltacloud-client-0.5.0/bin/deltacloudc:100
from /usr/bin/deltacloudc:19:in `load'
from /usr/bin/deltacloudc:19
what could be the reason?
Gugan