File: retry-on-keystone-auth-retriable-failures-91c08b9f8bdab7f3.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (6 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
---
fixes:
  - The client will now retry on keystoneauth retriable connection failures if
    retries are enabled for a particular request. This ensures that on a
    temporary network outage to the keystone auth services a request we be
    retried the requested number of times before raising an exception.