Cloudpipe extension xml serialization doesn't return the instance(s) data
Bug #1056242 reported by
Mauro S M Rodrigues
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Mauro S M Rodrigues | ||
Folsom |
Fix Released
|
High
|
Chuck Short | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I'm working with api samples to cloudpipe extension and Json works fine and as documented for both use cases: Creation and list of cloudpipes.
Although to XML it doesn't return the response.
Cloudpipe creation, Json response:
{
'instance_id': '%(some_uuid)s'
}
And the Xml response was supposed to be something like:
<instance_
but is an empty strig
Also, for the list, the XML response doesn't show any cloudpipe already created.
Changed in nova: | |
assignee: | nobody → Mauro Sergio Martins Rodrigues (maurosr) |
tags: | added: folsom-backport-potential |
Changed in nova: | |
importance: | Undecided → High |
tags: | removed: folsom-backport-potential |
Changed in nova: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Quantal): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/13659
Review: https:/