neutron/neutron/tests
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
..
api Migrate to oslo.log 2015-03-12 11:22:56 +01:00
common Transform BaseLinuxTestCase methods in helpers 2015-03-23 16:24:31 +00:00
contrib Add script to copy neutron api tests from tempest 2015-03-06 19:57:27 +00:00
etc drop unused test rootwrap filter file 2015-01-20 18:09:39 +01:00
functional Merge "Stop any spawned ProcessMonitor at test cleanup" 2015-03-26 22:15:03 +00:00
tempest Api tests to cover network mtu attribute 2015-03-18 13:11:35 +00:00
unit Enable services on agents with admin_state_up False 2015-03-27 10:33:31 +09:00
var Allow combined certificate/key files for SSL 2014-04-13 09:22:23 +00:00
__init__.py Add eventlet monkey_patch helper 2015-03-24 08:44:00 -07:00
base.py Stop any spawned ProcessMonitor at test cleanup 2015-03-26 18:17:00 +00:00
fake_notifier.py Pass serializer to oslo.messaging Notifier 2014-06-20 14:58:28 +02:00
post_mortem_debug.py Cleanup recent generalization in post mortem debugger 2014-12-04 15:28:11 +01:00
sub_base.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
tools.py Refactor Pinger class 2015-02-25 09:38:41 +00:00