3e51ea34e3
This patch updates the share groups APIs to be no longer considered as experimental. It is done by removing the experimental flag from the share groups, share group snapshots, share group extra specs and share group types requests. DocImpact Partially-Implements: bp graduate-share-groups-feature Change-Id: I080683541d527657f01008d43529fc53c19a09cd
11 lines
527 B
YAML
11 lines
527 B
YAML
---
|
|
prelude: >
|
|
- |
|
|
Share group APIs have graduated from their `experimental feature state
|
|
<https://docs.openstack.org/manila/latest/contributor/experimental_apis.html>`_
|
|
from API version ``2.55``. Share group types can be created to encompass
|
|
one or more share types, share groups can be created, updated, snapshotted
|
|
and deleted, and shares can be created within share groups. These actions
|
|
no longer require the inclusion of ``X-OpenStack-Manila-API-Experimental``
|
|
header in the API requests.
|