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 Daniel Lobato Garcia over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8aae72f7521a387a797038b2902eb09ca1ab13a7.
Actions