The auth_plugin parameter was deprecated a while ago in keystoneauth
and should be replaced by auth_type. This patch updates the parameter
accordingly.
[1] a56ed4218a
Change-Id: If8289993f494ebebdc125a71cc482b658acf4d51
7 lines
193 B
YAML
7 lines
193 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``swift::proxy::authtoken::auth_plugin`` parameter has been deprecated
|
|
and will be removed in a future release. Use the ``auth_type`` parameter
|
|
instead.
|