ironic-staging-drivers/releasenotes/notes/fixed-ovirt-py3-a04265738d9a4562.yaml
Ilya Etingof 935ec1ac69 Fix pycurl args types in ovirt driver
Ensure passing text-typed parameters to `ovirtsdk4` calls. Otherwise
`ovirtsdk4` blows up Python 3.

This change prompts `six` version bump.

Change-Id: I3bbbb6b786d7007e0dd0a45de1b21be909ee588b
Story: 2006170
Task: 35681
2019-07-08 15:25:33 +02:00

6 lines
159 B
YAML

---
fixes:
- |
Fixed parameters types used to call ``ovirtsdk4`` package services in
``ovirt`` driver to make it operational under Python 3 as well.