[Yahoo-eng-team] [Bug 1566678] [NEW] database consistency problem for deleting router gateway port

2016-04-06 Thread RaoFei
Public bug reported: * Summary When deleting l3 router gateway port, if the gateway port deleting fail, then this gateway port cannot be delete any more. * Pre-conditions A vrouter is created with an external gateway port. * Step-by-step 1. loop add and delete gateway port. 2. loop kill the

[Yahoo-eng-team] [Bug 1564757] [NEW] Configure DVR fip router fail when l3 agent restarts and it cannot be recovered

2016-04-01 Thread RaoFei
_name) ** Affects: neutron Importance: Undecided Assignee: RaoFei (milo-frao) Status: New ** Tags: l3-dvr-backlog -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1564757 Tit

[Yahoo-eng-team] [Bug 1524356] [NEW] a level binding implement issue in _check_driver_to_bind

2015-12-09 Thread RaoFei
Public bug reported: in the function of _check_driver_to_bind, the below row 3 condition will never be satisfied. the type of Level.segment_id is string, but Segment_to_bind is a list dict. 1for level in binding_levels: 2if (level.driver == driver and 3