python-openstackclient/releasenotes/notes/bug-1617384-55c88207115e2a5b.yaml
Dean Troyer 84c83fc3ae Provide fallback prompt function for current osc-lib
Leaving the pw_func uninitialize in osc-lib turned out to be a
bad idea as the test to prompt in setup_auth() doesn't check
for a callback of None.

Also, release note

Change-Id: I8f875fa8a942d02a040238359ee22c603a4e5956
2016-08-29 19:22:06 -05:00

6 lines
145 B
YAML

---
fixes:
- |
Fix prompting for password issue introduced in release 3.0.0
[Bug `1617384 <https://bugs.launchpad.net/bugs/1617384>`_]