vatesfr / terraform-provider-xenorchestra

Xen Orchestra provider for Terraform
MIT License
151 stars 32 forks source link

Ensure all invocations of XO client creation provide retry parameters #265

Closed ddelnano closed 12 months ago

ddelnano commented 12 months ago

Summary: Ensure all invocations of XO client creation provide retry parameters

This is an extension of #262 and gets things one step closer to having master builds for #264 working. In the previous PR, I missed that there were a few additional invocations of XO client creation that were missing the new retry parameters. This caused the build to have a single flaky test since that client was used exclusively for it.

Testing done: Verified that Jenkins build became stable after this change