summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2018-05-02 11:37:36 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2018-05-03 09:39:26 -0400
commit4a55e260a4e779287a9af85d2c04e9d7dafdb4d2 (patch)
treec3e040cc44a439c31fe7d42a004b75fd7175932f /setup.cfg
parenta55608897effa0751a1a525b84cfb168af230890 (diff)
downloadnova-4a55e260a4e779287a9af85d2c04e9d7dafdb4d2.tar.gz
Remove [scheduler]/host_manager config option
While this option itself was not technically deprecated, the option only had two choices and the "ironic_host_manager" choice has been deprecated since Queens: Iebc74a09990dcda8cf0ee2a41f9ae1058d2a182a And was removed in Rocky: I695b250c82c8dcedcd8e2bee00c56bb2df19212c Since the host_manager option only had one choice, which is also the default, it's not really an option anymore and we can simply remove it. Setting it will have no effect so there should be no upgrade impact for its removal. Change-Id: Ic61ae3a4f563aa54a3a2956667c702a81e610fc3
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 187f9b2146..12f1286dd7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -81,9 +81,6 @@ nova.ipv6_backend =
rfc2462 = nova.ipv6.rfc2462
account_identifier = nova.ipv6.account_identifier
-nova.scheduler.host_manager =
- host_manager = nova.scheduler.host_manager:HostManager
-
nova.scheduler.driver =
filter_scheduler = nova.scheduler.filter_scheduler:FilterScheduler
caching_scheduler = nova.scheduler.caching_scheduler:CachingScheduler