Add relnotes for backports for 3.2.1 release

Change-Id: Iba8d8c6d2d9ce4a665e527f23b2277ccc8b94dfa
This commit is contained in:
Dean Troyer 2016-12-09 11:54:12 -06:00
parent 23f6681de6
commit 48e6d8a361
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- Skip password prompt when running commands that do not require auth
and user auth values are present except for password.
[Bug `1619274 <https://bugs.launchpad.net/python-openstackclient/+bug/1619274>`_]

View File

@ -0,0 +1,5 @@
---
security:
- |
Mask passwords when ``--debug`` or ``-vv`` options are used.
[Bug `1630822 <https://bugs.launchpad.net/python-openstackclient/+bug/1630822>`_]

View File

@ -0,0 +1,5 @@
---
fixes:
- Fix problem with ``--os-auth-type token_endpoint`` that caused exceptions
when recent os-client-config version 1.23.0 or newer is installed.
[Bug `1642301 <https://bugs.launchpad.net/bugs/1642301>`_]