adding an image property differing only in case from a current property causes a 500
Bug #1554232 reported by
Brian Rosmaita
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
In Progress
|
Undecided
|
Brian Rosmaita |
Bug Description
Observed in devstack with M-3.
The case in property names created with the v2 API is respected, that is, you can create a property with the name 'SomeProperty', and that's how it will appear in output from the v2 API. If you then try to add a property 'someproperty' (or any other differing case) with either the v2 or v1 API, the result is a 500.
We've discussed this on the ML and in IRC, the result should be a 4xx for an attempt to create a duplicate image property.
Fix proposed to branch: master /review. openstack. org/291198
Review: https:/