In the nova-volume api a GET to /types returns extra db fields for json response
Bug #1027281 reported by
Chuck Thier
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Low
|
Eoghan Glynn | ||
OpenStack Compute (nova) |
Fix Released
|
Low
|
Eoghan Glynn |
Bug Description
Right now a GET to /types will return like the following:
{
"id": 1,
"name": "SATA",
}
It should instead be:
{
"id": 1,
"name": "SATA",
}
Changed in nova: | |
status: | New → Confirmed |
assignee: | nobody → Eoghan Glynn (eglynn) |
Changed in cinder: | |
assignee: | nobody → Eoghan Glynn (eglynn) |
status: | New → In Progress |
Changed in cinder: | |
importance: | Undecided → Low |
Changed in nova: | |
importance: | Undecided → Low |
milestone: | none → folsom-3 |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in cinder: | |
milestone: | none → folsom-3 |
status: | Fix Committed → Fix Released |
Changed in cinder: | |
milestone: | folsom-3 → 2012.2 |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/10334
Review: https:/