Description of problem: When running a Browbeat+Rally use case which does: Create a network Create a sbunet Create a router Attach router to subnet and oublic network Boot VM with floating IP Ping VM with concurrency 8 and times set to 50 we see that some VMs remain unpingable even after 300 seconds and we see the following in neutron server logs: 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task [req-3d92e94d-77db-4022-8999-2c32f04402ab - - - - -] Failed during periodic task operation full_sync.: AttributeError: 'NoneType' object has no attribute 'get_policies' 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task Traceback (most recent call last): 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task File "/usr/lib/python2.7/site-packages/networking_odl/journal/periodic_task.py", line 61, in _execute_op 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task operation(context=context) 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task File "/usr/lib/python2.7/site-packages/networking_odl/journal/full_sync.py", line 84, in full_sync 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task collection_name) 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task File "/usr/lib/python2.7/site-packages/networking_odl/journal/full_sync.py", line 119, in _sync_resources 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task obj_getter = getattr(plugin, 'get_%s' % collection_name) 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task AttributeError: 'NoneType' object has no attribute 'get_policies' 2017-09-01 16:14:09.587 28160 ERROR networking_odl.journal.periodic_task Version-Release number of selected component (if applicable): OSP12 python-networking-odl-11.0.0-0.20170806093629.2e78dca.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1. Deploy overcloud with ODL 2. Run custom Browbeat+Rally plugin which boots vm nad ping sfloatingip 3. Actual results: Tracebacks in neutron server logs Expected results: No tracebacks in neutron server logs Additional info:
*** Bug 1487784 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 1477516 ***