zun/zun/scheduler
Hongbin Lu 40b99c9d2f Use node's enable_cpu_pinning for scheduling
In before, the scheduler makes decisions based on CONF.enable_cpu_pinning
in controller node. Toggle this config in controller node will either
turn on/off cpu pinning for *all* compute nodes. This commit fixes it
by reading enable_cpu_pinning from the database table.
As a result, individual compute node can turn on/off cpu pinning.

Change-Id: I466562138205d11054d3bc428247116160f337c8
2018-12-13 04:16:46 +00:00
..
filters Use node's enable_cpu_pinning for scheduling 2018-12-13 04:16:46 +00:00
__init__.py Support multiple compute hosts 2017-01-11 10:21:32 -06:00
base_filters.py Add scheduler hint 2017-06-05 08:42:25 +08:00
chance_scheduler.py Add scheduler hint 2017-06-05 08:42:25 +08:00
client.py Add scheduler hint 2017-06-05 08:42:25 +08:00
driver.py Filter disabled service for Chance Filter 2018-05-21 01:17:27 +00:00
filter_scheduler.py Introduce ComputeFilter 2017-11-22 09:27:26 +07:00
host_state.py Use node's enable_cpu_pinning for scheduling 2018-12-13 04:16:46 +00:00
loadables.py Import nova filter scheduler to zun 2017-03-15 10:53:55 +08:00