kolla/releasenotes/notes/bug-1913952-a23431cef137f9c7.yaml
Radosław Piliszek 8e3027c542 Make kolla_set_configs open files in binary mode
This fixes comparisons when files are not Unicode-encoded.

A relevant unit test is included.
It can be used as a base for other _cmp_file method unit tests
if the need arises.

Change-Id: Ic638516eb92d24ad247a7866fd1b5e2ac0400388
Closes-Bug: #1913952
2021-02-10 15:57:58 +01:00

7 lines
184 B
YAML

---
fixes:
- |
Fixes an issue with the ``kolla_set_configs --check`` command when
the compared files are non-Unicode.
`LP#1913952 <https://launchpad.net/bugs/1913952>`__