nova/nova/scheduler/weights
Stephen Finucane cf8b1e52c8 conf: Attempt to resolve TODOs in scheduler.py
There are five options marked with TODOs:

* periodic_task_interval - negative values are valid, making the TODO
  invalid
* host_subset_size - code was in-place to prevent negative values, so
  replace this code with a min parameter
* isolated_images - removing this option requires a little bit of
  thought and would likely require a blueprint. Retain this for now.
* max_instances_per_host, attestation_auth_timeout,
  soft_affinity_weight_multiplier,
  soft_anti_affinity_weight_multiplier - support funky value ranges
  which, semantically speaking, shouldn't be allowed.  Start logging
  any "invalid" values.

Change-Id: I8871b628f0ab892830ceeede68db16948cb293c8
2016-11-01 14:40:46 +00:00
..
__init__.py Remove unused oslo.config import 2014-11-13 15:59:16 +01:00
affinity.py conf: Attempt to resolve TODOs in scheduler.py 2016-11-01 14:40:46 +00:00
disk.py conf: Group scheduler options 2016-10-07 14:36:21 +01:00
io_ops.py conf: Group scheduler options 2016-10-07 14:36:21 +01:00
metrics.py Config options: centralize section "scheduler" 2015-12-01 19:31:13 +00:00
ram.py conf: Group scheduler options 2016-10-07 14:36:21 +01:00