98dc45ca3c
Group type specs APIs (min_microversion is 3.11) are implemented in v3 volume group types. These APIs has not been tested in Tempest yet, and this patch adds test case for the new features. Including: [1] Add group type specs APIs to v3 group_types_client [2] Add unit tests for group type specs APIs [3] Add test case: test_group_type_specs_create_show_update_list_delete [4] Add release note Change-Id: Ie7c8dd06238e111cdf691f083500018d066dd689
11 lines
256 B
YAML
11 lines
256 B
YAML
---
|
|
features:
|
|
- |
|
|
Add group type specs APIs to v3 group_types_client library.
|
|
|
|
* create_or_update_group_type_specs
|
|
* list_group_type_specs
|
|
* show_group_type_specs_item
|
|
* update_group_type_specs_item
|
|
* delete_group_type_specs_item
|