Freezer api fails to encode return objects as json
Bug #1593212 reported by
Memo Garcia
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Backup/Restore and DR (Freezer) |
Fix Released
|
High
|
Domhnall Walsh | ||
Liberty |
Fix Committed
|
Undecided
|
Domhnall Walsh | ||
Mitaka |
Fix Committed
|
Undecided
|
Domhnall Walsh |
Bug Description
when a GET requests gets made to the api, it fails to respond saying:
"dict" object has no attribute 'encode'
so basically falcon is being supplied with a dict rather than a string for the response body,
a solution could be to wrap the response in a json format.
Changed in freezer: | |
assignee: | nobody → Domhnall Walsh (domhnall-walsh) |
Changed in freezer: | |
importance: | Undecided → High |
milestone: | none → newton-2 |
To post a comment you must log in.
This affects the stable/mitaka branch, and most likely the stable/liberty branch, but *not* master.