588194d785
The Aggregate[Core|Ram|Disk]Filters have not worked correctly since ocata, this change deprecates them for removal next cycle. http://lists.openstack.org/pipermail/openstack-dev/2018-January/126283.html Related-Bug: #1804125 Change-Id: Ibfbfdae9e6ec93f772631a84e8969f4e11da8aee
11 lines
547 B
YAML
11 lines
547 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``AggregateCoreFilter``, ``AggregateRamFilter`` and
|
|
``AggregateDiskFilter`` are now deprecated.
|
|
They will be removed in a future release and should no longer be used.
|
|
Their functionality has been replaced with a placement native approach
|
|
by combining host aggregate mirroring added in Rocky and initial allocation
|
|
ratios added in Stein. See the `scheduler documentation`_ for details.
|
|
|
|
.. _`scheduler documentation`: https://docs.openstack.org/nova/latest/admin/configuration/schedulers.html |