python-manilaclient/releasenotes/notes/deprecate-v1-a0cfa6fd723c2f46.yaml
Thomas Bechtold f2948f23c9 Properly deprecate v1.client and some other client related things
v1.client is already deprecated since 2015-09 [1] but we never said when the
code will be eventually removed. It's now explicitly mentioned that
v1.client will be removed with the 2.0.0 release of python-manilaclient.
Also explicitly mention that some kwargs (for v1.client.Client and
v2.client.Client) and the authenticate() method (also for v1 and v2) will
be removed with the 2.0.0 release.

[1] I3733fe85424e39566addc070d42609e508259f19

Change-Id: I3de36f69c43245a5d27279c5fb7226f0f1cee2e0
2017-10-06 09:19:12 +02:00

15 lines
589 B
YAML

---
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.