summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2017-11-20 15:11:42 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2017-11-28 15:23:48 -0500
commitc99fc64271f41a028c75e96348813f673d04e245 (patch)
treef354ddf80a1180e09b81372a48b84a026ff7c160 /setup.cfg
parent14f6674a30743acea8a153b77f8d1e073419e0ee (diff)
downloadnova-c99fc64271f41a028c75e96348813f673d04e245.tar.gz
Deprecate the IronicHostManager
The use_baremetal_filters and baremetal_enabled_filters options along with the ExactRamFilter, ExactCoreFilter and ExactDiskFilter filters were all deprecated in Pike: I843353427c90142a366ae9ca63ee4298b4f3ecd4 The IronicHostManager is configurable and relies on those options, so if those options are deprecated then the IronicHostManager should also be deprecated. The sticky part with this is going to be filters that don't work with ironic nodes today, like the NUMATopologyFilter, so a note is left in the use_baremetal_filters option code to remind us that we can't likely remove any of this until all filters work with ironic nodes. Change-Id: Iebc74a09990dcda8cf0ee2a41f9ae1058d2a182a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 31f506c42f..60bb79db45 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -83,6 +83,7 @@ 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 =