Merge "Fix NovaHelper microversion comparison"

This commit is contained in:
Zuul
2025-08-25 19:18:57 +00:00
committed by Gerrit Code Review
3 changed files with 39 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
---
fixes:
- |
Fixed nova client microversion comparison in enable and disable compute
service methods. The code was incorrectly comparing API versions, which
caused failures for microversions greater than 2.99. For more details,
see the bug report: https://bugs.launchpad.net/watcher/+bug/2120586