Skip to content

The nova client should retry in case of server errors

Boros Gábor requested to merge omar/handle-exceptions into master

Created by: omarkhan

The nova client currently only retries failed DNS lookups, socket connections and connection timeouts, as per the requests defaults. This pull request extends the retry policy to include server errors (5XX responses).

Merge request reports