b4295ef049
This change deprecates the Exact filters, and two options commonly used to enable them. Custom resource classes should be used instead. Change-Id: I843353427c90142a366ae9ca63ee4298b4f3ecd4
14 lines
734 B
YAML
14 lines
734 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The configuration options ``baremetal_enabled_filters`` and
|
|
``use_baremetal_filters`` are deprecated in Pike and should only be used if
|
|
your deployment still contains nodes that have not had their resource_class
|
|
attribute set. See `Ironic release notes <https://docs.openstack.org/releasenotes/ironic/>`_
|
|
for upgrade concerns.
|
|
- |
|
|
The following scheduler filters are deprecated in Pike: ``ExactRamFilter``,
|
|
``ExactCoreFilter`` and ``ExactDiskFilter`` and should only be used if your
|
|
deployment still contains nodes that have not had their resource_class
|
|
attribute set. See `Ironic release notes <https://docs.openstack.org/releasenotes/ironic/>`_
|
|
for upgrade concerns. |