tempest/releasenotes/notes/compute-microversion-support-e0b23f960f894b9b.yaml
Ghanshyam ee9af30847 Add support of microversion in all compute service clients
Tempest implemented microversion support testing framework
which can set the microversion on service client and further
will be used to pass to API request.

To support setting of microversion on each compute service client
and passing the same in API request, we need to inherit all
compute service clients from BaseComputeClient.

BaseComputeClient class pass the microversion in API request header
and checks the correct microversion is being returned in response.

NOTE- This change to all compute service clients does not change
any interface which means no backward incompatibility is introduced.

After this change, all compute service clients will support to pass
microversion on API request.

Partially implements blueprint api-microversions-testing-support

Change-Id: I44de9db6790148148df779810c67b272a7938d56
2016-03-16 00:20:33 +00:00

4 lines
75 B
YAML

---
features:
- Compute Microversion testing support in Service Clients.