[Yahoo-eng-team] [Bug 1863707] [NEW] [neutron-tempest-plugin] test_trunk.TrunkTestInheritJSONBase.test_add_subport fails if unordered

2020-02-17 Thread Cédric OLLIVIER
got segmentation details from the network -self.assertEqual(expected_subports, trunk['sub_ports']) +self.assertin(expected_subports[0], trunk['sub_ports']) +self.assertin(expected_subports[1], trunk['sub_ports']) ** Affects: neutron Importance: Undecided As

[Yahoo-eng-team] [Bug 1376169] Re: ODL MD can't reconnect to ODL after it restarts

2015-02-18 Thread Cédric OLLIVIER
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) = Cédric OLLIVIER (m.col) ** Tags added: juno-backport-potential -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1376563] Re: add unit tests covering full-sync to ODL

2015-01-27 Thread Cédric OLLIVIER
** Project changed: neutron = networking-odl -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1376563 Title: add unit tests covering full-sync to ODL Status in OpenDaylight backend

[Yahoo-eng-team] [Bug 1371115] Re: fix full synchronization between neutron and ODL

2015-01-27 Thread Cédric OLLIVIER
** Project changed: neutron = networking-odl -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1371115 Title: fix full synchronization between neutron and ODL Status in OpenDaylight

[Yahoo-eng-team] [Bug 1376169] Re: ODL MD can't reconnect to ODL after it restarts

2015-01-27 Thread Cédric OLLIVIER
** Project changed: neutron = networking-odl -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1376169 Title: ODL MD can't reconnect to ODL after it restarts Status in OpenDaylight

[Yahoo-eng-team] [Bug 1373817] Re: ODL MD should not reraise ODL exceptions as they are

2015-01-27 Thread Cédric OLLIVIER
** Project changed: neutron = networking-odl -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1373817 Title: ODL MD should not reraise ODL exceptions as they are Status in OpenDaylight

[Yahoo-eng-team] [Bug 1376563] [NEW] add unit tests covering full-sync to ODL

2014-10-02 Thread Cédric OLLIVIER
Importance: Undecided Assignee: Cédric OLLIVIER (m.col) Status: New ** Tags: icehouse-backport-potential opendaylight unittest ** Changed in: neutron Assignee: (unassigned) = Cédric OLLIVIER (m.col) -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1376169] [NEW] ODL MD can't reconnect to ODL after it restarts

2014-10-01 Thread Cédric OLLIVIER
- create a network - restart ODL - create another network The last command raises an 401 http error and any extra single operations will fail. ** Affects: neutron Importance: Undecided Assignee: Cédric OLLIVIER (m.col) Status: New ** Tags: icehouse-backport-potential

[Yahoo-eng-team] [Bug 1373817] [NEW] ODL MD should not reraise ODL exceptions as they are

2014-09-25 Thread Cédric OLLIVIER
Public bug reported: ODL MD reraised errors returned by ODL in single operations and in full synchronization. In both cases, ODL MD could raise more adapted errors (i.e. server errors instead of client errors). ** Affects: neutron Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1371115] [NEW] fix full synchronization between neutron and ODL

2014-09-18 Thread Cédric OLLIVIER
OLLIVIER (m.col) Status: New ** Tags: icehouse-backport-potential opendaylight ** Changed in: neutron Assignee: (unassigned) = Cédric OLLIVIER (m.col) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1369239] [NEW] OpenDaylight MD should not ignore 400 errors

2014-09-14 Thread Cédric OLLIVIER
Public bug reported: 400 (Bad Request) errors are ignored in every create or update operation to OpenDaylight. Referring to the comment, it protects against conflicts with already existing resources. In case of update operations, it seems irrelevant and masks real bad requests. It could also

[Yahoo-eng-team] [Bug 1361540] [NEW] no mechanism driver calls for gateway port removal

2014-08-26 Thread Cédric OLLIVIER
Public bug reported: MechanismDriver.delete_port_* (gateway port) are not called when the router is being removed. For instance, it remains the network:router_gateway ports in OpenDaylight as its Mechanism Driver is not correctly called. To reproduce it: - create a router and set the

[Yahoo-eng-team] [Bug 1325184] [NEW] add unit tests for the ODL MechanismDriver

2014-05-31 Thread Cédric OLLIVIER
Public bug reported: All the operations (create, update or delete) haven't been covered by unit tests. Bug #1324450 about the delete operations would have been caught. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1324450] [NEW] add delete operations for the ODL MechanismDriver

2014-05-29 Thread Cédric OLLIVIER
Public bug reported: The delete operations (networks, subnets and ports) haven't been managed since the 12th review of the initial support. It seems sync_single_resource only implements create and update operations. ** Affects: neutron Importance: Undecided Status: New ** Patch