23e0747e51
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
12 lines
370 B
YAML
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
|