image list fails against Icehouse cloud with OSC 3.6.0
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
New
|
Undecided
|
Unassigned |
Bug Description
This used to work with older OSC versions, e.g. 3.2.0:
~$ osc-320/
+------
| ID | Name | Status |
+------
| ef465ed9-
| eb482452-
+------
but with the newest release, I am seeing this error instead:
$ osc-360/
Resource doesn't have field name
The traceback looks like this:
Traceback (most recent call last):
File "/home/
result = cmd.run(
File "/home/
return super(Command, self).run(
File "/home/
column_names, data = self.take_
File "/home/
data = utils.sort_
File "/home/
reverse=
File "/home/
items.
File "/home/
raise exceptions.
This is related to the latest openstacksdk, falling back to openstacksdk= ==0.9.10 fixes the issue for me.