tempest/releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml
elajkat 23e0747e51 Add placement API methods for testing routed provider nets
Routed provider networks feature uses the placement API, to test the
feature we need to add the following client methods to the placement
client:
* list_resource_providers
* show_resource_provider
* list_resource_provider_inventories
* list_resource_provider_aggregates

Change-Id: I4e4b104bf4b6b26b02d95b2c9697f4bfdba25ac4
2020-09-28 06:45:37 +00:00

12 lines
370 B
YAML

---
features:
- |
Add ``placement`` API methods for testing Routed Provider Networks feature.
The following API calls are available for tempest from now in the new
resource_providers_client:
* GET /resource_providers
* GET /resource_providers/{uuid}
* GET /resource_providers/{uuid}/inventories
* GET /resource_providers/{uuid}/aggregates