File: remove-experimental-flag-from-share-groups-feature-dcf2b0b67fe4cac4.yaml

package info (click to toggle)
python-manilaclient 5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,768 kB
  • sloc: python: 49,541; makefile: 99; sh: 2
file content (10 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
prelude: >
    Since the share group APIs have graduated from their `experimental feature
    state <https://docs.openstack.org/manila/latest/contributor/experimental_apis.html>`_
    in API version ``2.55``, the client was updated to fit into those changes,
    and the share group commands will no longer include the
    `X-OpenStack-Manila-API-Experimental`` header in the request. 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.