neutron/neutron/tests/unit/openvswitch
Itsuro Oda 766c2738ae Enable services on agents with admin_state_up False
Previously when admin_state_up of an agent is turned to False,
all services on it will be disabled.
This fix makes existing services on agents with admin_state_up
False keep available.
To keep current behavior available the following configuration
parameter added.

* enable_services_on_agents_with_admin_state_down

If the parameter is True, existing services on agents with admin_state_up
False keep available. No more service will be scheduled to the agent
automatically. But adding a service to the agent manually is available.
i.e. admin_state_up: False means to stop automatic scheduling under the
parameter is True.
The default of the parameter is False (current behavior).

Change-Id: Ifba606a5c1f3f07d717c7695a7a64e16238c2057
Closes-Bug: #1408488
2015-03-27 10:33:31 +09:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_scheduler.py Enable services on agents with admin_state_up False 2015-03-27 10:33:31 +09:00
test_ovs_dvr_neutron_agent.py Moves ovs_lib to agent/common 2015-03-25 13:48:33 -07:00
test_ovs_neutron_agent.py Follow up patch for Validate when DVR enabled, l2_pop is also enabled 2015-03-26 02:38:26 -07:00
test_ovs_tunnel.py Moves ovs_lib to agent/common 2015-03-25 13:48:33 -07:00