From 6787d62bf6f77dbf0fd5cbfeb3fad98298d596af Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 3 Aug 2017 14:52:52 -0400 Subject: [PATCH] Add track_instance_changes note in disable_group_policy_check_upcall If you set disable_group_policy_check_upcall=True then you probably also don't need to track instance changes, so this change provides a link from disable_group_policy_check_upcall to track_instance_changes in the config option help text. Change-Id: Ide939d762f738d5d860f9a09d5b6fdd983e6b15a --- nova/conf/workarounds.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nova/conf/workarounds.py b/nova/conf/workarounds.py index 885cc613a4b7..e819a8cd2da6 100644 --- a/nova/conf/workarounds.py +++ b/nova/conf/workarounds.py @@ -141,6 +141,11 @@ check is needed to ensure proper affinity policy. Operators that desire api/cell isolation over this check should enable this flag, which will avoid making that upcall from compute. + +Related options: + +* [filter_scheduler]/track_instance_changes also relies on upcalls from the + compute service to the scheduler service. """), ]