Actions
Bug #26919
closedNoMethodError: undefined method `storage_domain' for nil:NilClass
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1715084
Description of problem:
When creating a new host (tested with image-based provisioning), I get "NoMethodError: undefined method `storage_domain' for nil:NilClass" upon submitting the form and the VM is not created. Traceback attached.
Version-Release number of selected component (if applicable):
Reproduced on Sat 6.6 snap 4.
How reproducible:
Always, at least on my configuration
Steps to Reproduce:
1. Hosts -> Create host
2. Fill in the form
3. Submit
Actual results:
NoMethodError: undefined method `storage_domain' for nil:NilClass
Expected results:
No error, host and VM created
Updated by Ori Rabin almost 6 years ago
- Status changed from New to Assigned
- Assignee set to Ori Rabin
Updated by The Foreman Bot almost 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6823 added
Actions