Latest version of utils.py nova API issue on OSP7 (kilo)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Operators |
New
|
Undecided
|
Unassigned |
Bug Description
Latest version of utils.py nova API issue on OSP7 (kilo)
Hello,
I'm comparing the previous version of utils.py [1] to the current version of it [2]
/usr/bin/
*) With version [1] on OSP7, I get this result:
-------
OK: Get flavors, nova API is working: list 6 flavors in 0 seconds.
-------
*) With version [2] on OSP7, I get this result:
-------
CRITICAL: Traceback (most recent call last):
File "/usr/lib/
method()
File "/usr/lib/
options, args, client = nova.setup()
File "/usr/lib/
timeout=
File "/usr/lib/
client_class = get_client_
File "/usr/lib/
raise exceptions.
UnsupportedVersion: Invalid client version '2.1'. must be one of: 3, 2, 1.1
-------
[1] https:/
[2] https:/
description: | updated |