neutron/neutron/tests/functional
Swaminathan Vasudevan c2483b73c2 Remove check on dhcp enabled subnets while scheduling dvr
In check_ports_exist_on_l3agent we have an optimization fix
that checks for the subnets associated with the router and if
the subnets have dhcp enabled we go ahead and create the
router if it is a dvr_snat agent.

This was introduced in liberty since we saw some race condition
in the gate with single node failures.
It may not be completely right, since the dhcp agents can
run on non dvr_snat nodes as well.

Based on recommendation from the reviews, and a recent upstream
patch that sends notification on port create, we would want to
remove this and monitor the situation.

This would reduce the load on check_ports_exist_on_l3agent for
non dvr_snat nodes.

Depends-On: I40b8684f6ec9ddd31753f7bbbdb364d1c0ec838a
Related-Bug: #1513678

Change-Id: I0f50dc1101b2013caf03a64a4f48e2d03ea87b26
2015-12-23 23:16:15 +08:00
..
agent Merge "Use the constant HOST_ID instead of 'binding:host_id'" 2015-12-21 14:38:49 +00:00
api Use assertFalse(observed) instead of assertEqual(False, observed) 2015-11-12 22:50:57 +09:00
cmd get_device_by_ip: don't fail if device was deleted 2015-10-22 19:27:10 +03:00
common Switch to using neutron.common.utils:replace_file() 2015-11-16 08:44:04 +01:00
db Fix comparison of Variant and other type in test_model_sync 2015-12-16 18:52:12 -05:00
pecan_wsgi Pull project out of request in addition to tenant 2015-12-07 22:16:47 -05:00
sanity Check missed IPSet utility using neutron-sanity-check 2015-11-13 07:46:01 +00:00
scheduler Add functional test for availability_zone support 2015-12-14 10:07:47 +09:00
services Remove check on dhcp enabled subnets while scheduling dvr 2015-12-23 23:16:15 +08:00
__init__.py Prepare for full stack CI job 2015-06-22 11:47:54 -04:00
base.py Retain logs for functional test cases 2015-09-03 10:50:38 -04:00
requirements.txt More instructions for neutron-db-manage revision --autogenerate 2015-11-08 19:42:56 -05:00
test_server.py Refactor test_server functional tests 2015-11-13 14:44:33 +03:00
test_service.py Use SIGUSR1 to notify l3 agent of changing prefix file 2015-11-13 17:53:47 +03:00