Fix NovaHelper microversion comparison
Fixes the microversion comparison in both enable and disable nova-compute service methods in NovaHelper. The previous implementation was incorrect and started to fail for microversion greather than 2.99. Closes-Bug: #2120586 Assisted-By: Cursor (claude-4-sonnet) Change-Id: I69da7f10cd5b42f7d4613d8947bca3e382815c3f Signed-off-by: Douglas Viroel <viroel@gmail.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user