summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2020-09-25 12:23:05 +0100
committerStephen Finucane <stephenfin@redhat.com>2021-02-09 17:26:22 +0000
commit5aeb3a387494c4559d183d1290db3c92a96dfb90 (patch)
tree5de35894d7bd51dd7211d98965b6dd7ca8e5573b /setup.cfg
parent4827a90a02ef91e777b1fcaa946c20c54dd0a29a (diff)
downloadnova-5aeb3a387494c4559d183d1290db3c92a96dfb90.tar.gz
Drop support for custom schedulers
We deprecated this functionality in Ussuri and can now remove it. It's highly unlikely that there exists a functioning alternative to this scheduler and it's not something we can really support nowadays. Change-Id: I546d3d329a69acaad3ada48ccbfddf3a274b6ce2 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 3140b8aa4d..5a21620837 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -64,8 +64,6 @@ nova.api.extra_spec_validators =
vmware = nova.api.validation.extra_specs.vmware
nova.compute.monitors.cpu =
virt_driver = nova.compute.monitors.cpu.virt_driver:Monitor
-nova.scheduler.driver =
- filter_scheduler = nova.scheduler.filter_scheduler:FilterScheduler
console_scripts =
nova-api = nova.cmd.api:main
nova-api-metadata = nova.cmd.api_metadata:main