File: bug-1747655-6e563d9317bb0f13.yaml

package info (click to toggle)
python-keystonemiddleware 10.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: python: 10,017; makefile: 93; sh: 2
file content (9 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
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.