python-openstackclient/releasenotes/notes/fix-story-2007890-0974f3e69f26801e.yaml
Alexander Gräb c06d825635 Fix uploading an signed image does not work if private signing key is encrypted
Change-Id: Ia7c84aa7b840bf92aeb7db7246d14119eb727b03
Story: 2007890
Task: 40269
2020-07-07 13:26:51 +02:00

8 lines
288 B
YAML

---
fixes:
- |
While uploading a signed image, a private key to sign that image must be
specified. The CLI client asks for the password of that private key. Due
to wrong encoding handling while using Python 3, the password is not
accepted, whether it is correct or not.