diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-12-09 11:54:12 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-12-09 12:25:00 -0600 |
| commit | 48e6d8a361ae828c6f3c12f1f3284d7e71cf5338 (patch) | |
| tree | 93cf53959f17aabfe947abc0aab44be78ecc1c2d | |
| parent | 23f6681de615973b7cf54036b607d9a80da6d929 (diff) | |
| download | python-openstackclient-48e6d8a361ae828c6f3c12f1f3284d7e71cf5338.tar.gz | |
Add relnotes for backports for 3.2.1 release
Change-Id: Iba8d8c6d2d9ce4a665e527f23b2277ccc8b94dfa
3 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml b/releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml new file mode 100644 index 00000000..71ff5b2a --- /dev/null +++ b/releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml @@ -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>`_] diff --git a/releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml b/releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml new file mode 100644 index 00000000..1edb3a2e --- /dev/null +++ b/releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml @@ -0,0 +1,5 @@ +--- +security: + - | + Mask passwords when ``--debug`` or ``-vv`` options are used. + [Bug `1630822 <https://bugs.launchpad.net/python-openstackclient/+bug/1630822>`_] diff --git a/releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml b/releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml new file mode 100644 index 00000000..0321c44e --- /dev/null +++ b/releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml @@ -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>`_] |
