Ronelle Landy created DTACLOUD-543: -------------------------------------- Summary: Deltacloud Ruby Client - no support for load_balancers or metrics collections Key: DTACLOUD-543 URL: https://issues.apache.org/jira/browse/DTACLOUD-543 Project: DeltaCloud Issue Type: Bug Components: Client (Ruby) Environment: deltacloud commit version: c8ace9a4ff39c5a3376ae762e12f5fd36a4913a8 deltacloud ruby client ec2 driver Reporter: Ronelle Landy Assignee: Michal Fojtik
The Deltacloud Ruby Client does not seem to support the load_balancers or metrics collections. Looking at the client directory: [root@mgmt3 methods]# ls address.rb bucket.rb hardware_profile.rb key.rb api.rb common.rb image.rb realm.rb backward_compatiblity.rb driver.rb instance.rb storage_snapshot.rb blob.rb firewall.rb instance_state.rb storage_volume.rb [root@mgmt3 methods]# pwd /home/dcloud/workspace/deltacloud/client/lib/deltacloud/client/methods Using the ve2 provider to test: irb(main):078:0> result = client.load_balancers NoMethodError: undefined method `load_balancers' for #<Deltacloud::Client::Connection:0x000000017d0888> from (irb):78 from /usr/bin/irb:12:in `<main>' -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira