Metadata display widget should use case insensitive matching
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Medium
|
Travis Tripp |
Bug Description
The metadata-display should match properties using case insensitive. I've found that if you pass in extra metadata properties to Glance v1 at create time, it takes all the properties and stores them as lower case. So when you create an image with metadata of FOO=BAR, it will store as foo=bar.
Maybe when we move off to v2 Glance that won't be a problem?
There are some properties "CIM_PASD_
See:
https:/
https:/
Changed in horizon: | |
assignee: | nobody → Travis Tripp (travis-tripp) |
tags: | added: mitaka-backport-poential |
Changed in horizon: | |
importance: | Undecided → Medium |
milestone: | none → newton-1 |
Fix proposed to branch: master /review. openstack. org/315295
Review: https:/