Skip to content

Commit

Permalink
Merge pull request #1294 from gboutry/fix/not-found
Browse files Browse the repository at this point in the history
Don't gate on not found
  • Loading branch information
hemanthnakkina authored Jan 28, 2025
2 parents 506c8b1 + 04473b4 commit 811979a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zaza/openstack/charm_tests/keystone/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,5 @@ def wait_for_all_endpoints(interface='public', service_codes=None):
requests.codes.ok,
requests.codes.multiple_choices,
requests.codes.unauthorized,
requests.codes.not_found,
] + service_codes.get(service.name, []))

0 comments on commit 811979a

Please sign in to comment.