Feature #1669
Improve case sensitivity consistency
Status: | Closed | Start date: | 11/29/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 4.0 | |||
Resolution: | fixed | Pull request: |
Description
Some template attributes are case sensitive, while others aren't
For example, image type is case insensitive, but vm graphics type must be the downcase string "vnc".
History
#1 Updated by Ruben S. Montero over 8 years ago
- Status changed from New to Closed
- Resolution set to fixed
Strings are no case-sensitive in OpenNebula. There were a couple of wrong conditions in the KVM and Xen drivers for some of the attributes that prevents the correct attribute check.