Files
octavia/octavia/compute
Takashi Kajinami fbcb8423ea Fix callback method interface to remove warning by tenacity
Since tenacity 5.0.0[1], the following deprecation warning is shown if
the function used for retry_error_callback doesn't accept single
"retry_state" parameter.

DeprecationWarning: "retry_error_callback" function must accept single
"retry_state" parameter, please update <function name>

This fixes the _raise_compute_exception method causing that warning
at this moment.

[1] 846d8c8449

Change-Id: If4abc9b5567e18820377cab21dcad62cbe4cdc92
2022-02-11 11:56:01 +00:00
..
2018-03-14 07:02:56 +09:00
2020-06-23 19:54:20 +02:00