openstack-charmers / zaza-openstack-tests

OpenStack Charms Functional Test Library for Zaza
Apache License 2.0
7 stars 77 forks source link

Make wait_for_endpoints more robust. #1172

Closed gnuoy closed 9 months ago

gnuoy commented 9 months ago

As seen in Bug #2045206 wait_for_endpoints can fails if keystone is in a transient state. This change puts tenacity around the keystone client setup to make it more resilient.

Closes-Bug: 2045206