ee5ebc8462
From this patch, share replication feature is no longer considered experimental. The experimental headers were removed from the share replication APIs. DocImpact Partially-implements: bp graduate-share-replication-feature Change-Id: Idf8af1c96df373fbcbb4024db490cb4dab42faf7
10 lines
499 B
YAML
10 lines
499 B
YAML
---
|
|
prelude: >
|
|
- |
|
|
Share replication APIs have graduated from their `experimental feature state
|
|
<https://docs.openstack.org/manila/latest/contributor/experimental_apis.html>`_
|
|
from API version ``2.56``. One or more share replicas can be created from a
|
|
given share. They can also be promoted to be considered the active share,
|
|
resynchronized and deleted. These actions no longer require the inclusion of
|
|
``X-OpenStack-Manila-API-Experimental`` header in the API requests.
|