File: use-sessions-url-from-root-8b8eca57dc450705.yaml

package info (click to toggle)
python-sushy 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,620 kB
  • sloc: python: 14,026; makefile: 24; sh: 2
file content (8 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Instead of trying to GET /redfish/v1/SessionService, which is usually
    reachable via authentication, fail, and then guess
    /redfish/v1/SessionService/Sessions as Sessions URL, we try first to use
    directly the Sessions URL provided by the root service, if available.