bump sushy to work around timeout parameter issue

The timeout parameter was changed to a tuple and when a retry needed to
occur we re-wrapped the tuple in sushy which resulted in an invalid
parameter exception and a failure instead of a successful retry.

Change-Id: I55a42f0ea1c2df94d3c046146e688e71e3f69445
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
Doug Goldstein
2026-05-05 09:07:32 -05:00
parent 2c29ead844
commit 589a4282ae
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,6 @@
---
fixes:
- |
Unfortunately sushy 5.10.0 was released without proper handling of a timeout
value which results in an exception due to invalid parameters that is
unavoidable for users.
+1 -1
View File
@@ -37,7 +37,7 @@ psutil>=3.2.2 # BSD
futurist>=3.2.0 # Apache-2.0
tooz>=2.7.0 # Apache-2.0
openstacksdk>=4.9.0 # Apache-2.0
sushy>=5.10.0
sushy>=5.10.1
construct>=2.9.39 # MIT
netaddr>=0.9.0 # BSD
microversion-parse>=1.0.1 # Apache-2.0