manila/releasenotes/notes/extra_specs_case_insensitive-e9d4ca10d94f2307.yaml
Woohyung Han 417071f181 Make extra_specs value as case-insensitive
Currently the value of extra_specs is not case-insenstive. If some
share_type has extra_specs that is `storage_protocol=NFS`, It will
not be filtered by `storage_protocol=nfs`. Make extra_specs value
as case-insensitive.

Change-Id: I51376d1b13a5300cfdbe19f6eadc341db45efcd6
Closes-Bug: #1850029
2019-12-11 10:39:08 +09:00

5 lines
149 B
YAML

---
upgrade:
- The values of share type extra-specs will be considered case
insensitive for comparison in the scheduler's capabilities filter.