yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59808
[Bug 1650002] [NEW] ovs extraroute_db: _make_extra_route_list returns IPAddressField
Public bug reported:
ExtraRoute_dbonly_mixin._make_extra_route_list returns IPNetworkField,
not string.
It should return {"nexthop": string, "destination": string}, but it returns IPNetworkField.
As a result it breaks networking-odl.
https://bugs.launchpad.net/networking-odl/+bug/1649993
The culprit is https://review.openstack.org/#/c/367071/
** Affects: networking-odl
Importance: Critical
Status: New
** Affects: neutron
Importance: Undecided
Assignee: Isaku Yamahata (yamahata)
Status: In Progress
** Also affects: networking-odl
Importance: Undecided
Status: New
** Changed in: networking-odl
Importance: Undecided => Critical
** Description changed:
ExtraRoute_dbonly_mixin._make_extra_route_list returns IPNetworkField,
not string.
It should return {"nexthop": string, "destination": string}, but it returns IPNetworkField.
As a result it breaks networking-odl.
https://bugs.launchpad.net/networking-odl/+bug/1649993
+
+ The culprit is https://review.openstack.org/#/c/367071/
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1650002
Title:
ovs extraroute_db: _make_extra_route_list returns IPAddressField
Status in networking-odl:
New
Status in neutron:
In Progress
Bug description:
ExtraRoute_dbonly_mixin._make_extra_route_list returns IPNetworkField,
not string.
It should return {"nexthop": string, "destination": string}, but it returns IPNetworkField.
As a result it breaks networking-odl.
https://bugs.launchpad.net/networking-odl/+bug/1649993
The culprit is https://review.openstack.org/#/c/367071/
To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-odl/+bug/1650002/+subscriptions
Follow ups