File: api-versions-mark-v1-deprecated-3540d39279fbd60e.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (11 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
---
deprecations:
  - Deprecation of the manila v1 API was announced in the mitaka release.
    The versions response from the API has been fixed to state that this
    version has been deprecated. If you are using v1 API, consider switching
    to the v2 API to take advantage of newer features. v2 API has support for
    'microversions'. Any endpoint on the v2 API can be requested with the HTTP header
    'X-OpenStack-Manila-API-Version' and providing a value '2.x', where '2' is the
    major version and 'x' is the minor (or 'micro') version. To continue exploiting
    feature functionality that was part of the v1 API, you may use the v2 API with
    the microversion '2.0', which is behaviourally identical to the v1 API.