File: fix_retry_for_keystone_user_exists-53987cf3bfac4f6e.yaml

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (7 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---
fixes:
  - Fixes `bug 1597357
    <https://bugs.launchpad.net/puppet-keystone/+bug/1597357>`__
    exits? was not using any retry as it expects an error to determine
    if the user exist.  This fix it and enable classic retry mechanism
    for other errors.