manila/releasenotes/notes/graduate-share-groups-feature-5f751b49ccc62969.yaml
silvacarloss 3e51ea34e3 Remove experimental flag from share groups feature
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
2020-04-09 21:13:54 +00:00

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.