blob: 21b74a6664a61063cf80a903635f32b015a1928a [file] [log] [blame]
Lajos Katonaceb88212018-11-30 14:54:12 +01001---
2features:
3 - |
4 Add basic read-only Placement client to Tempest to make possible the
5 testing of the placement based bandwidth allocation feature.
6 The following API calls are available for tempest from now:
7
8 * GET /allocation_candidates
9 * GET /allocations/{consumer_uuid}
10
11 Add new config group ``placement``, with the config options:
12
13 * ``endpoint_type`` to use for communication with placement service.
14 * ``catalog_type`` of the placement service.
15 * ``region`` as the placement region name to use.
16 * ``min_microversion`` and ``max_microversion`` as the range between
17 placement API requests are sent.