931743acbd
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>
9 lines
394 B
YAML
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.
|