cinder/cinder/tests/unit/scheduler
wangwei 0db593d86c Fix the problem of the scheduler status
During the startup process of cinder-scheduler, the time corresponding
to the periodic_interval parameter will be sleeped. If the value of
this parameter is large, such as one hour, then during this period the
cinder-scheduler is always down and the volume cannot be created.

This patch fixes this problem.

Change-Id: I932a725c1665add590f09fa8d26e84b79b06e159
Closes-bug: #1802249
2018-11-30 17:39:14 +09:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_hosts.py Remove six.iter* 2016-06-28 23:23:10 -04:00
fakes.py Make scheduler check online_extend_support capability 2018-06-26 14:42:34 -03:00
test_allocated_capacity_weigher.py Fix replication freeze mechanism 2017-01-19 10:42:24 +01:00
test_base_filter.py Remove log translations 2017-03-19 14:59:57 +00:00
test_capacity_weigher.py Overprovisioning Improvements 2018-01-25 07:37:17 -02:00
test_chance_weigher.py Cosmetic changes to scheduler 2016-12-14 17:48:53 +01:00
test_filter_scheduler.py Make scheduler check online_extend_support capability 2018-06-26 14:42:34 -03:00
test_goodness_weigher.py GoodnessWeigher schedules non-type volumes 2018-04-26 17:29:06 -05:00
test_host_filters.py Support availability-zone type 2018-05-17 12:09:12 +00:00
test_host_manager.py Fix the problem of the scheduler status 2018-11-30 17:39:14 +09:00
test_rpcapi.py Schedule request to scheduler when manage existing snapshot 2018-01-31 00:48:08 +00:00
test_scheduler.py Fix the problem of the scheduler status 2018-11-30 17:39:14 +09:00
test_scheduler_options.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_stochastic_weight_handler.py Simplify calls to mock_object 2016-12-13 18:37:26 +01:00
test_volume_number_weigher.py Fix replication freeze mechanism 2017-01-19 10:42:24 +01:00
test_weights.py Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00