Fix issue with name in metadata

Change-Id: I841f75ec21365d8aec73b789c83a33d242b84850
This commit is contained in:
Serg Melikyan 2013-10-10 19:23:27 +04:00
parent 570bedaa6f
commit e54bf89c41
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ class ImageChoiceField(ChoiceField):
not self.image_type == itype):
continue
image_mapping[smart_text(title)] = murano_property
image_mapping[smart_text(title)] = json.dumps(murano_json)
for name in sorted(image_mapping.keys()):
image_choices.append((image_mapping[name], name))