c108ef4629c855c33745764bcd92b7231f78415d
				
			
			
		
	There are intermittent failures with journal db. e.g. there is should corresponding journal entry, but it didn't. One of the possible causes is, there can be one or more journal threads running unintentionally. In principle JournalThread is prevented from creating thread by mocking methods that spawns such threads. Make it sure that do mock.patch or useFixture which calls mock.patch before calling super.setUp Change-Id: I884c6ca5c07f330c2c416226d95304ac618bfc66
Team and repository tags
Networking-odl
OpenStack networking-odl is a library of drivers and plugins that integrates OpenStack Neutron API with OpenDaylight Backend. For example it has ML2 driver and L3 plugin to enable communication of OpenStack Neutron L2 and L3 resources API to OpenDayLight Backend.
To report and discover bugs in networking-odl the following link can be used:
Any new code submission or proposal must follow the development guidelines detailed in HACKING.rst and for further details this link can be checked:
External Resources
The OpenDaylight homepage:
Description