python-manilaclient/releasenotes/notes/v2-0-0-deprecated-opts-removal-863565618535733d.yaml
Goutham Pacha Ravi 931743acbd Remove some deprecated options
When support was introduced for keystonev3,
a number of client options were marked
deprecated. These options are now being
removed to make things easier to switch
from keystoneclient to keystoneauth [1]

[1] https://review.opendev.org/647538

Change-Id: I79d01f46fc8701d74cba23275c5f835ec0c63521
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2021-02-10 22:48:21 -08:00

9 lines
394 B
YAML

---
upgrade:
- |
manilaclient SDK no longer supports some options that were deprecated in
version 2.0.0: 'share_service_name' (use 'service_name' instead),
'proxy_tenant_id', 'proxy_token', 'os_cache' (use 'use_keyring' instead)
'api_key'(use 'password' instead). The client.authenticate() method has
been removed as well, since authentication is performed automatically.