summaryrefslogtreecommitdiff
path: root/mypy-files.txt
diff options
context:
space:
mode:
authorSylvain Bauza <sbauza@redhat.com>2021-02-03 15:19:43 +0100
committerSylvain Bauza <sbauza@redhat.com>2021-02-19 19:23:10 +0100
commita1673d31180f3f7c90af1447573f362424c95e48 (patch)
tree06da19ce4c99dba98c37ae030eb937c112c06375 /mypy-files.txt
parentc4b28a5496e9e679c72cd6fa403fd6b82b0eceb1 (diff)
downloadnova-a1673d31180f3f7c90af1447573f362424c95e48.tar.gz
Add a routed networks scheduler pre-filter
As explained in the spec, in order to support routed networks, we need to add a new scheduler pre-filter with a specific conf option so we can then look at the nova aggregates related to the segments. Since this pre-filter is called every time we verify the scheduler, that means that when we move instances, we should be also be able to only support hosts that are in the same related aggregate. NOTE(sbauza) : We're just setting admin_api variable in the integrated helpers as it's used by _get_provider_uuid_by_host() Implements: blueprint routed-networks-scheduling Co-Authored-By: Matt Riedemann <mriedem.os@gmail.com> Co-Authored-By: Balazs Gibizer <balazs.gibizer@est.tech> Change-Id: I667f56612d7f63834863476694cb1f4c71a58302
Diffstat (limited to 'mypy-files.txt')
-rw-r--r--mypy-files.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy-files.txt b/mypy-files.txt
index d21c70f05f..8342288d37 100644
--- a/mypy-files.txt
+++ b/mypy-files.txt
@@ -1,6 +1,7 @@
nova/compute/manager.py
nova/crypto.py
nova/privsep/path.py
+nova/scheduler/request_filter.py
nova/scheduler/utils.py
nova/virt/driver.py
nova/virt/hardware.py