Ronelle Landy created DTACLOUD-199:
--------------------------------------
Summary: "deltacloudc index <collection>" errors out -
`const_get': uninitialized constant
DeltaCloud::PlainFormatter::FormatObject::<collection> (NameError)
Key: DTACLOUD-199
URL: https://issues.apache.org/jira/browse/DTACLOUD-199
Project: DeltaCloud
Issue Type: Bug
Components: Client (Ruby)
Environment: Fedora 16
Rhel 6.2
deltacloud git commit version: c13da7b50bbbbdc529b42207f58dbe5099006ad1 clone:
from https://git-wip-us.apache.org/repos/asf/deltacloud.git
Reporter: Ronelle Landy
Assignee: David Lutterkort
>> Running command with 'instances' collect works ...
[root@qe-blade-14 ~]# /home/dcloud/workspace/deltacloud/client/bin/deltacloudc
instances index -u http://qe-blade-14.idm.lab.bos.redhat.com:3005/api -U <un>
-P <pw>
i-70002017 | ami-2547a34c | ami-2547a34c | RUNNING |
ec2-107-21-158-212.compute-1.ama | ip-10-116-87-1.ec2.internal
>> Running command with 'keys' collection errors:
/home/dcloud/workspace/deltacloud/client/bin/deltacloudc keys index -u
http://qe-blade-14.idm.lab.bos.redhat.com:3005/api -U <un> -P <pw>
/usr/lib/ruby/gems/1.8/gems/deltacloud-client-0.5.0/lib/plain_formatter.rb:131:in
`const_get': uninitialized constant
DeltaCloud::PlainFormatter::FormatObject::Key (NameError)
from
/usr/lib/ruby/gems/1.8/gems/deltacloud-client-0.5.0/lib/plain_formatter.rb:131:in
`format'
from /home/dcloud/workspace/deltacloud/client/bin/deltacloudc:160
from /home/dcloud/workspace/deltacloud/client/bin/deltacloudc:159:in
`each'
from /home/dcloud/workspace/deltacloud/client/bin/deltacloudc:159
>> And errors with load balancers
/home/dcloud/workspace/deltacloud/client/bin/deltacloudc load_balancers index
-u http://qe-blade-14.idm.lab.bos.redhat.com:3005/api -U <un> -P <pw>
/usr/lib/ruby/gems/1.8/gems/deltacloud-client-0.5.0/lib/plain_formatter.rb:131:in
`const_get': uninitialized constant
DeltaCloud::PlainFormatter::FormatObject::LoadBalancer (NameError)
from
/usr/lib/ruby/gems/1.8/gems/deltacloud-client-0.5.0/lib/plain_formatter.rb:131:in
`format'
from /home/dcloud/workspace/deltacloud/client/bin/deltacloudc:160
from /home/dcloud/workspace/deltacloud/client/bin/deltacloudc:159:in
`each'
from /home/dcloud/workspace/deltacloud/client/bin/deltacloudc:159
[root@qe-blade-14 logs]#
[root@qe-blade-14 ~]#
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira