File: fix-hashmap-mapping-value-match-56570510203ce3e5.yaml

package info (click to toggle)
cloudkitty 17.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,144 kB
  • sloc: python: 19,245; sh: 374; makefile: 220; pascal: 54
file content (7 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
fixes:
  - |
    HashMap module field mapping matching has been fixed: Field mapping values
    are always stored as strings. However, metadatas to match can be floats or
    integers (eg vcpus or ram). Given that mappings were matched with ``==``
    until now, integers or float metadatas did never match.