Actions
Bug #8821
closedOpenstack images form fails for unnamed images
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - OpenStack
Target version:
Description
The images helper looks for a .name attribute in all fog images in Openstack. However, it's possible to create images just with an ID and without a name (there is currently one in OS1 private). The form will fail with "undefined method `downcase' for nil:NilClass" for that image as it cannot find its name.
Just defaulting to the id of the image if the name is not available should be enough.
Updated by Dominic Cleal almost 10 years ago
- Category set to Compute resources - OpenStack
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2044 added
- Pull request deleted (
)
Updated by Dominic Cleal almost 10 years ago
- Translation missing: en.field_release set to 30
Updated by Daniel Lobato Garcia almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8aae72f7521a387a797038b2902eb09ca1ab13a7.
Actions