oslo.utils/releasenotes/notes
Hervé Beraud ebf8368501 Fix regex to correctly recognize scientific notation with QemuImgInfo
qemu 4.1.0 output shifts to scientific notation at 1000mb, breaking
oslo.utils.

Problem here is that the qemu-img output shifts to scientific notation:

999 => 999 MiB
1000 => 1e+03 MiB

The regex in python-oslo-utils does not cover this.

This issue is likely regexp parsing "disk size: 1e+03 MiB" value.

These changes fix that.

Change-Id: I4c016865890135023ceb497de18d75ccebd5961a
Closes-Bug: 1864529
2020-02-25 11:09:51 +01:00
..
add-reno-350f5f34f794fb5e.yaml Add reno for release notes management 2016-11-01 15:43:10 +08:00
bump-up-port-range-f774a16336158339.yaml Allow assigning "0" to port 2016-06-08 12:19:27 -05:00
drop-python27-support-f97f680651693b47.yaml reword releasenote for py27 support dropping 2020-02-06 11:04:33 +01:00
image-utils-handle-scientific-notation-6f65d46e9c8c8f8c.yaml Fix regex to correctly recognize scientific notation with QemuImgInfo 2020-02-25 11:09:51 +01:00
mask-dict-passwords-99357ffb7972fb0b.yaml Make mask_dict_password case insensitive and add new patterns 2019-11-15 17:09:26 +01:00
mask-password-patterns-f41524069b8ae488.yaml Make mask_password case insensitive, and add new patterns 2019-11-05 11:04:18 +00:00