File: fix_retry_for_keystone_user_exists-53987cf3bfac4f6e.yaml

package info (click to toggle)
puppet-module-keystone 13.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,576 kB
  • sloc: ruby: 10,066; pascal: 916; python: 40; makefile: 17; sh: 15
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.