Files
puppet-nova/releasenotes/notes/move-scheduler-ratios-to-top-level-76c6383d828e6d4a.yaml
Marcus Furlong c3f198667a set allocation ratios at top level
https://review.openstack.org/#/c/290534/ was reverted as it did not
work in the case where the node running the scheduler is also a
compute node.

As cpu_allocation_ratio, ram_allocation_ratio and
disk_allocation_ratio can all be set on the scheduler node and/or
overridden on the compute node level, it makes sense to move these
parameters to the top level.

Change-Id: I26e9fd5517ebdde76db0a2d7f38dde4883c599bc
2016-07-13 12:21:15 +10:00

6 lines
220 B
YAML

---
deprecations:
- The following parameters moved from ::nova::scheduler::filter to
::nova so they can be configured at top level - cpu_allocation_ratio,
ram_allocation_ratio and disk_allocation_ratio