Lajos Katona | ceb8821 | 2018-11-30 14:54:12 +0100 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 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. |