yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03750
[Bug 1198188] Re: Update router routes with XML request fails
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1198188
Title:
Update router routes with XML request fails
Status in OpenStack Neutron (virtual network service):
Fix Released
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=192.168.2.0/16,nexthop=10.0.22.15
Updated router: r2
(quantum) router-update r2 --request-format xml --routes type=dict list=true destination=192.168.1.0/16,nexthop=10.0.22.15
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1198188/+subscriptions