Kuryr checks wrong length of the resources
Bug #1503517 reported by
Taku Fukushima
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kuryr |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Neutron returns the response for the request of listing resources as the dictionary with the key, pluralised resource name, i.e., {'networks': ...}.
However, current Kuryr checks the length of the response directly and it's 1 always because the reason above.
Changed in kuryr: | |
assignee: | nobody → Manikanta Srinivas (manikanta777) |
To post a comment you must log in.
Hi Manikanta,
I submitted a patch for this but somehow it was not associated with this issue. I put the issue number in the commit message of the patch though.