Update router routes with XML request fails
Bug #1198188 reported by
Bob Melander
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Bob Melander |
Bug Description
As snippet below illustrates, updates of a neutron router's routes fail for XML formatted requests.
(quantum) router-update r2 --routes type=dict list=true destination=
Updated router: r2
(quantum) router-update r2 --request-format xml --routes type=dict list=true destination=
Invalid input for routes. Reason: Invalid data format for hostroute: '{'route': {'destination': '192.168.1.0/16', 'nexthop': '10.0.22.15'}}'.
(quantum)
The problem is in the XML deserialization.
Changed in neutron: | |
assignee: | nobody → Bob Melander (bob-melander) |
Changed in neutron: | |
importance: | Undecided → High |
milestone: | none → havana-2 |
Changed in neutron: | |
status: | In Progress → Fix Committed |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-2 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/35821
Review: https:/