You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Get authenticated clientsnova_client=ObjectRetrierWraps(
openstack_utils.get_nova_session_client(keystone_session))
neutron_client=ObjectRetrierWraps(
openstack_utils.get_neutron_session_client(keystone_session))
Essentially, any exception generated by an method on nova_client or neutron_client will be retried. If that's too broad we could restrict it to relevant client and connection errors?
The text was updated successfully, but these errors were encountered: