summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1747655-6e563d9317bb0f13.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1747655-6e563d9317bb0f13.yaml b/releasenotes/notes/bug-1747655-6e563d9317bb0f13.yaml
new file mode 100644
index 0000000..65f4c5a
--- /dev/null
+++ b/releasenotes/notes/bug-1747655-6e563d9317bb0f13.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ [`bug/1747655 <https://bugs.launchpad.net/keystonemiddleware/+bug/1747655>`_]
+ When keystone is temporarily unavailable, keystonemiddleware correctly
+ sends a 503 response to the HTTP client but was not identifying which
+ service was down, leading to confusion on whether it was keystone or the
+ service using keystonemiddleware that was unavailable. This change
+ identifies keystone in the error response.