keystoneauth/releasenotes/notes/get-auth-ref-7418e13bd0942060.yaml
Dmitry Tantsur d21c52867f Provide the default get_auth_ref implementation
osc-lib tries to call it, failing for e.g. http_basic.

Change-Id: Iacfba0940beda4dce2a9be0c863cb506d4013e2f
2020-09-17 12:28:35 +02:00

6 lines
165 B
YAML

---
fixes:
- |
Fixes missing ``get_auth_ref`` call for the ``none`` and ``http_basic``
authentication plugins. The implementation simply returns ``None``.