File: deprecate-v1-a0cfa6fd723c2f46.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 (14 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
deprecations:
  - |
    v1.Client is deprecated and will be removed with the 2.0.0 release of
    python-manilaclient. Please use v2.Client.
  - |
    Some kwargs when creating a Client instance (for v1.Client and v2.Client)
    are deprecated and will be removed with the 2.0.0 release of
    python-manilaclient. The arguments are 'share_service_name',
    'proxy_tenant_id', 'proxy_token', 'os_cache' and 'api_key'.
  - |
    The method 'authenticate()' for a v1.Client and v2.Client instance is
    deprecated and will be removed with the 2.0.0 release of
    python-manilaclient.