Merge "Add relnotes for backports for 3.2.1 release" into stable/newton

This commit is contained in:
Jenkins 2016-12-09 23:28:17 +00:00 committed by Gerrit Code Review
commit 40248ba501
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>`_]