incorrect RPCVersionCapError message
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.messaging |
Fix Released
|
Undecided
|
Corey Wright |
Bug Description
RPCVersionCapError: Requested message version, 3.23 is too high. It needs to be lower than the specified version cap 4.0.
huh? 3.23 > 4.0?!
but reading the code, specifically version_
the RPCVersionCapError exception is only raised in the oslo.messaging code base when oslo_messaging.
if RPCVersionCapError is intended to communicate generic version incompatibility (broader than the algorithm implemented in version_
Changed in oslo.messaging: | |
assignee: | nobody → Corey Wright (coreywright) |
status: | New → In Progress |
Changed in oslo.messaging: | |
status: | In Progress → Fix Committed |
Changed in oslo.messaging: | |
milestone: | none → 1.16.0 |
status: | Fix Committed → Fix Released |