ironic/devstack/lib
Dmitry Tantsur 0da73cdd30 Fix broken configdrive_use_object_store
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.

Conflicts:
	devstack/lib/ironic

Change-Id: Ibbf90dcbcb36a5f7cf084a44a221c0c5c003b95a
(cherry picked from commit 73bdebd127)
2021-02-24 17:29:59 +01:00
..
ironic Fix broken configdrive_use_object_store 2021-02-24 17:29:59 +01:00