puppet-nova/releasenotes/notes/initial_allocation_ratio-27a45a6616382559.yaml
Takashi Kajinami e2da44df56 Add support for initial_*_allocation_ratio
This change introduces support for the initial_*_allocation_ratio
parameters which were implemented in nova during the Stein cycle[1].

[1] 08f3ae960623c94bdd997cacb3e81f04b4bbba69

Change-Id: I422499f80963f74284809a3a63d51f8ab06c5817
2021-08-02 23:26:55 +09:00

11 lines
340 B
YAML

---
features:
- |
The following parameters have been added to the ``nova`` class. These
parameters define allocation ratios used when nova initially creates
a resource provider record for each compute node.
- ``initial_cpu_allocation_ratio``
- ``initial_ram_allocation_ratio``
- ``initial_disk_allocation_ratio``