
With Python 3.8, the xml.etree.ElementTree.ElementTree function now preserves the attribute order specified by the user. This change broke the winrm enable functionality, throwing the erorr: ``` TypeError: Objects of type 'bytes' can not be converted to Unicode. ``` The fix was to set the correct parameter to return an unicode string and not bytes. Change-Id: I10f7fa357267f36dfed03ccb708694f6fc1cdd97
Portable Multi-Cloud Initialization Service
- Author: Cloudbase Solutions Srl
- Contact: info@cloudbasesolutions.com
- Home page: http://www.cloudbase.it/cloud-init-windows/
- Documentation: http://cloudbase-init.readthedocs.org/en/latest/
- Source: https://github.com/openstack/cloudbase-init
- License: Apache 2.0
Downloads
Stable
- (64bit) https://www.cloudbase.it/downloads/CloudbaseInitSetup_Stable_x64.msi
- (32bit) https://www.cloudbase.it/downloads/CloudbaseInitSetup_Stable_x86.msi
Beta
- (64bit) https://www.cloudbase.it/downloads/CloudbaseInitSetup_x64.msi
- (32bit) https://www.cloudbase.it/downloads/CloudbaseInitSetup_x86.msi
Got a question?
Description
Languages
Python
100%