File: fix-story-2007890-0974f3e69f26801e.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (7 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
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.