73bdebd127
When it is set to True, we try to write text data to a binary file, which is not possible in Python 3. The issue has been "helpfully" hidden by the fact that we use bytes in unit tests, as well as by lack of CI coverage. Change-Id: Ibbf90dcbcb36a5f7cf084a44a221c0c5c003b95a
6 lines
131 B
YAML
6 lines
131 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the ``[deploy]configdrive_use_object_store`` option that was
|
|
broken during the Python 3 transition.
|