Actions
Bug #6130
closedSaving a computer profile generates an error
Status:
Resolved
Priority:
Normal
Assignee:
-
Description
Steps to reproduce:
- Go to 'Infrastructure' -> 'Compute Profiles'
- Click 'New Compute Profile'
- Give the profile a name and click 'Submit'
- Go to 'Infrastructure' -> 'Compute Profiles'
- Click on a compute resource on the left
- Hit 'Save'
You should be presented with the following error:
NoMethodError undefined method `vm_description' for #<Fog::Compute::XenServer::Server:0x007f3bf8d8c030> app/models/compute_attribute.rb:26:in `pretty_vm_attrs' app/models/compute_attribute.rb:32:in `update_name' app/controllers/compute_attributes_controller.rb:10:in `create' app/models/concerns/foreman/thread_session.rb:33:in `clear_thread' lib/middleware/catch_json_parse_errors.rb:9:in `call'
Updated by Paul Calabro over 10 years ago
This seems to be resolved. Possibly with one of the recent updates. This can be closed.
Actions