Remove IronicHostManager and baremetal scheduling options
The use_baremetal_filters and baremetal_enabled_filters were deprecated in Pike: I843353427c90142a366ae9ca63ee4298b4f3ecd4 The IronicHostManager was deprecated in Queens: Iebc74a09990dcda8cf0ee2a41f9ae1058d2a182a Note that the NUMATopologyFilter should be OK in a mixed VM/BM deployment because ironic compute nodes will not report 'numa_topology' so those "hosts" will be filtered out from requests for a specific NUMA topology or CPU policy. This change drops the deprecated baremetal scheduling options and since the IronicHostManager is really only useful when using those scheduling options, it is also removed. Baremetal scheduling is now required to go through resource classes. Change-Id: I695b250c82c8dcedcd8e2bee00c56bb2df19212c
This commit is contained in:
@@ -83,8 +83,6 @@ nova.ipv6_backend =
|
||||
|
||||
nova.scheduler.host_manager =
|
||||
host_manager = nova.scheduler.host_manager:HostManager
|
||||
# Deprecated starting from the 17.0.0 Queens release.
|
||||
ironic_host_manager = nova.scheduler.ironic_host_manager:IronicHostManager
|
||||
|
||||
nova.scheduler.driver =
|
||||
filter_scheduler = nova.scheduler.filter_scheduler:FilterScheduler
|
||||
|
||||
Reference in New Issue
Block a user