Skip to content

Commit

Permalink
Don't gate on not found
Browse files Browse the repository at this point in the history
Most services can return not found, add to default list.

Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
  • Loading branch information
gboutry committed Jan 28, 2025
1 parent 506c8b1 commit 04473b4
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 04473b4

Please sign in to comment.