Project

General

Profile

Actions

Bug #6017

open

Handle Openstack images with "nil" name gracefully

Added by Greg Sutcliffe almost 10 years ago. Updated over 9 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Compute resources - OpenStack
Target version:
-
Difficulty:
easy
Triaged:
Fixed in Releases:
Found in Releases:

Description

Apparently if you use `glance image-create` with no options while playing around, it will actually create an image with a name of `nil`. This means when the sort function in =app/helpers/image_helper:6= tries to call `downcase` it bombs out.

We should wrap this, and discard images whose name == nil.

Actions #1

Updated by Dominic Cleal over 9 years ago

  • Category changed from Compute resources to Compute resources - OpenStack
Actions

Also available in: Atom PDF