summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml5
-rw-r--r--releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml5
-rw-r--r--releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml5
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>`_]