I get the following error when clicking on the "Virtual Machines" tab for a Rackspace compute resource "There was an error listing VM's : 500 OK"
In the production.log, I get the following error.
Started GET "/compute_resources/1-rackspace-lon/vms" for 195.99.195.90 at Wed May 22 08:48:42 +0000 2013 Processing by ComputeResourcesVmsController#index as HTML Parameters: {"compute_resource_id"=>"1-rackspace-lon"} Operation FAILED: wrong number of arguments (1 for 0) Rendered common/500.rhtml (16.8ms) Completed 500 Internal Server Error in 175ms (Views: 18.1ms | ActiveRecord: 10.8ms)
I have tried V1 V2 and the Openstack and Rackspace commute resources type; same error for all of them. I can login but It doesn't let me see the compute resources. If I can get it to work I try and get some docs written up since the Manual is a bit sparse there. We actually use both EC2 and Rackspace, so I might actually be bale to help the project for a change.
There is an open PR for Foreman, too, although it'll require some changes before it's ready to get merged - https://github.com/theforeman/foreman/pull/807. Once the new Fog release comes out we can pin to versions above 1.15.0 and remove the hack that'll get implemented in lib/ as a stopgap right now.