Files
puppet-nova/releasenotes/notes/api-cell-params-e396713c6232705d.yaml
Takashi Kajinami c89ed47e96 Support [api] parameters to control queries for cell databases
This change introduces some [api] parameters, which determine how
nova-api queries cell databases to get a list of instances.

Change-Id: Ifeb7ead9c70022371202d5f4d8644c8cd0fa5019
2021-11-30 10:46:33 +09:00

10 lines
274 B
YAML

---
features:
- |
The following parameters have been added to the ``nova::api`` class.
- ``instance_list_per_project_cells``
- ``instance_list_cells_batch_strategy``
- ``instance_list_cells_batch_fixed_size``
- ``list_records_by_skipping_down_cells``