octavia/releasenotes/notes/fix-user_data_config_drive-b4ce8cc66fb21365.yaml
Gregory Thiemonge de74774df0 Fix template issue with user_data_config_drive
Fix a python3 error that prevented to use the user_data_config_drive
option when building amphorae.

user_data_config_drive has been broken since we switched to python3,
a mix of str and bytes variables were provided to the jinja2 templates.
This commit ensures that the type of all the certificates provided to
jinja2 are strings.

Story: 2005553
Task: 30705

Change-Id: I53ed0425f00cfbbc964f5083b4f2942cf5bf565e
(cherry picked from commit 64d8d991f1)
(cherry picked from commit 3b3458b7a9)
2023-03-23 13:51:52 +01:00

7 lines
153 B
YAML

---
fixes:
- |
Fix a python3 error that prevented to use the
``[controller_worker]/user_data_config_drive`` option when building
amphorae.