File: retry_client-b8a0e1f9ff679281.yaml

package info (click to toggle)
puppet-module-openstacklib 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: ruby: 4,500; python: 38; sh: 22; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---
fixes:
  - Add retries to the openstack command.
    Increase command timeout to 20s and request timeout to 60s
    and sleep 3s between retries. Do not retry non-idempotent actions.
    This is a more robust implementation that will prevent failures in case
    of Keystone API failures during a deployment.